Chris Dumez
Chris Dumez
There was a new PR upload but it seems only some of the feedback was addressed?
String stuff looks good now 👍🏻
EWS crash looks related.
> This patch implements > this part of the spec, and adds tests. Where are the tests?
FYI, from HTTP 1.1 RFC: > https://tools.ietf.org/html/rfc7231#section-6.4 > > A client SHOULD detect and intervene in cyclical redirections (i.e., > "infinite" redirection loops). > > Note: An earlier version of...
It does not appear CFNetwork includes HSTS in the redirect count.
Upgrade-Insecure-Requests happen at WebKit-level and we could probably easily count them towards a WebKit-level max redirect count if we wanted to. Given that CFNetwork would go to up to 16...
Not considering the the difference in what counts as a redirect in various engines for a second, and given @mnot 's comment from earlier. I'll mention that if the limit...