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

https://phiresky.netlify.app/blog/2021/hosting-sqlite-databases-on-github-pages/ still gives an error in Firefox and no error in Chrome, so there's something going on here, although maybe it's not what the HackerNews crowd diagnosed.

I spent 60 seconds trying to debug this but the code is obfuscated and not that easy. The network panel on Firefox displays this info which might be interesting:

![image](https://user-images.githubusercontent.com/617481/129593888-58c8b3bc-fdbb-43db-be0a-91791086c87d.png)

as reported, the server sends a good bit more than the requested 1024 bytes, even though it says it's sending "bytes 0-1023/1247079".

If this isn't enough of a clue for people then we can probably close this or maybe transform it into a Gecko bug to see if their engineers can gather more insight.

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

Received on Monday, 16 August 2021 16:05:41 UTC