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

I don't think requiring H2 or TLS will do much good here; many (most?) CDNs talk H1 on the back end, so if there are interop problems, they still can happen (although I think by far the most common behaviour will be generating a `411 Length Required`; many/most servers do this if `Content-Length` isn't present, as they want to know how many bytes they're about to handle). 

Don't use half-close to delimit a request; you'll have a bad time.


-- 
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#issuecomment-557981310

Received on Monday, 25 November 2019 04:21:32 UTC