Re: [whatwg/fetch] Fetch body streams are not full duplex (#1254)

My view:
* HTTP is a half-duplex request/response protocol and should remain so
* WebSocket or [WebTransport](https://www.w3.org/TR/webtransport/) should be used where full-duplex is required. In particular, they have mitigations against request smuggling.
* My team would be responsible for implementing this in Chromium, and even if we decided we wanted to do it, we don't have the resources to do the necessary rearchitecting of the network stack. Even just upload streaming has proven more challenging than expected.
* The Fetch Standard should continue to reflect what browsers actually implement.

-- 
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/1254#issuecomment-862810798

Received on Thursday, 17 June 2021 00:02:17 UTC