mirror of https://github.com/flightphp/core
Removed extraneous ->write($url) call on redirect that was causing Safari to bugger out qwhen using HTTP2, which it tends to handle more strictly.
Notes: The line above writes the URL to redirect to for the 303 then that line writes it again. The result is a multi-line http header which causes safari to freak out when in http2 mode. https://blog.christopherburg.com/2017/10/18/safari-11-multiline-http-headers-and-nsposixerrordomain100/ blog.christopherburg.com Safari 11, Multiline HTTP Headers, and NSPOSIXErrorDomain:100. at A Geek With Guns Chronicling the depravities of the Statepull/355/head
parent
25f16079c6
commit
ccf4858573
Loading…
Reference in new issue