Re: [whatwg/fetch] Interop issue with range requests when the server sends more bytes than it says (#1295)

> and could theoretically have extra bytes on the wire, which I think corresponds to the case this is trying to consider an error

But that at least is possible to detect, i.e. wait for connection close to determine whether extra bytes were sent or not. In the keep-alive case I don't think there is even a theoretical solution to this problem.

-- 
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-899400693

Received on Monday, 16 August 2021 10:26:58 UTC