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

What you describe is full duplex in my books:

- Half duplex: you fully send data before you can receive anything.
- Full duplex: you can receive something before you are fully done sending.

In your case you are receiving something (response headers), before the request is fully sent, so I think this is full duplex.

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

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

Received on Monday, 20 June 2022 15:43:04 UTC