Re: [whatwg/fetch] Streaming upload (Issue #1438)

You are receiving the response headers before you have finished sending the request body, which means you are sending and receiving out of order, which is the thing that browsers are unable to handle at this time.

> How it would work in your proposal?

I am not sure what proposal you mean.

- With full duplex streams, what you expect to work will just work.
- With the currently specified ordered half duplex streams, I have no idea what happens if the request body stream is endless. I don't know of other HTTP clients that behave like the current specification text, so I don't have a frame of reference.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/1438#issuecomment-1160649742
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/issues/1438/1160649742@github.com>

Received on Monday, 20 June 2022 16:33:16 UTC