- From: Matt Menke <notifications@github.com>
- Date: Mon, 16 Aug 2021 03:05:27 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 16 August 2021 10:05:40 UTC
That's another issue - due to the linear nature of time, it's not always possible to know if there are more bytes on the wire after you've received 1000 bytes, so browsers don't even try to check for extra bytes. Also, it's not possible to cancel a read on a socket to check if there are any extra bytes (And, e.g., in the case of SSL, more extra bytes does not mean more extra data), so things can get a bit involved. -- 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/1295#issuecomment-899386373
Received on Monday, 16 August 2021 10:05:40 UTC