You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.