- From: Luca Casonato <notifications@github.com>
- Date: Mon, 20 Jun 2022 08:42:52 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 20 June 2022 15:43:04 UTC
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