Re: [whatwg/fetch] Uploading a Request made from a ReadableStream body (#425)

@davidfowl reportedly you'll hit middle-ware snags trying to do full-duplex HTTP and therefore still need WebSocket. So as long as that's the case and as long as "Web Transport" isn't really a thing, WebSocket is here to stay.

And then while it would indeed be nice to stream request bodies, since you likely have to support resumption of some kind splitting the payload yourself and sending it as a series of requests over H/2 or H/3 might not be that much worse.

-- 
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/pull/425#issuecomment-519137002

Received on Wednesday, 7 August 2019 15:02:49 UTC