Re: [whatwg/fetch] Why does Fetch specify a max redirect count of 20? (#576)

Reg: Chrome's latest impl...

when we say "SW-level redirect" does it basically refer to 'reset the network request" after a service worker decides not to intercept' (as in https://github.com/whatwg/fetch/issues/576#issuecomment-322205164)? If so in the current code we don't count them as redirects. (Hopefully it matches with what https://github.com/whatwg/fetch/issues/576#issuecomment-588222721 says)

Reg: the question in https://github.com/whatwg/fetch/issues/576#issuecomment-588143486 about whether Chrome can get numbers for network-level redirects and others: now that Chrome more clearly splits network stack and other layers than before it's possible to count the # of network responses with a redirect status.  One caveat is that it doesn't include redirect "responses" coming from service workers, because now the part runs outside the network stack.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/576#issuecomment-588770716

Received on Thursday, 20 February 2020 08:38:41 UTC