Closed
Description
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.