[whatwg/fetch] Request body streams should use chunked encoding (#966)

Chunked encoding in the client-server direction is not widely used on the web.  Stand-alone apps use it, but browser(s?), at least Firefox,  do not support it.

the chunked encoding from server to client is broken on some server (they are probably old once, I do not have any data about this).

I am wondering what kind of bugs we will get if we start using chunked encoding in the client-server direction.

should we limit request body streams only to h2? We definitely should restrict it to https.

-- 
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/966

Received on Friday, 15 November 2019 09:21:54 UTC