Re: [ServiceWorker] Provide opt-in to avoid request body duplication (#533)

On network with small RTT, it might be ok to:
- ask users who want to do streaming to return a response header asap
- have UAs refrain from forgetting sent data until it receives a response header

Can we use 100 continue or something to carry this kind of signal (It seems the final HTTP2 spec allows 100 continue)?

For large RTT network, it would be big loss if we don't start sending data until we receive a response (we shouldn't assume the underlying connection is TCP. Now we have HTTP2, etc.).

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

Received on Monday, 6 April 2015 04:32:16 UTC