- From: Dragana Damjanovic <notifications@github.com>
- Date: Fri, 15 Nov 2019 01:21:52 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 15 November 2019 09:21:54 UTC
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