Re: [ServiceWorker] Add support for streams (#533)

So when I added `redirect = "error"` I forgot about this optimization.

The other avenue for a repeated request is HTTP authentication. Now normal HTTP authentication is not a problem as that is disabled in `fetch()` (you need to handle that yourself, building `Authorization` headers etc.). However, there is also HTTP proxy authentication. Opting out of that might be tricky or not desired. So I'd still need some input from network experts whether we can make the optimization and how that would affect HTTP proxy authentication.

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/533#issuecomment-89752503

Received on Sunday, 5 April 2015 10:55:27 UTC