Add Accept-Encoding: identity to Range requests
Categories
(Core :: Networking: HTTP, enhancement, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox62 | --- | affected |
People
(Reporter: jakea, Unassigned)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [necko-triaged])
Updated•7 years ago
|
Comment 1•7 years ago
|
||
| Reporter | ||
Comment 2•7 years ago
|
||
Comment 3•6 years ago
|
||
Folks are hitting this in the wild by the way: https://stackoverflow.com/questions/55914486/issue-making-range-requests-in-some-browsers.
Comment 4•4 years ago
|
||
Firefox fails a bunch of tests because of this: https://wpt.fyi/results/fetch/range?label=experimental&label=master&aligned.
Comment 5•3 years ago
|
||
The bug has a release status flag that shows some version of Firefox is affected, thus it will be considered confirmed.
Updated•3 years ago
|
Comment 6•2 years ago
|
||
We are already doing this: https://searchfox.org/mozilla-central/source/netwerk/protocol/http/nsHttpChannel.cpp#793-798
The remaining WPT failures listed in comment 4 will mostly pass after the patch in bug 1784880 lands, with the failure in general.any.serviceworker.html being shared among browsers right now, and the timeouts/crashing in sw.https.window.html seeming unrelated (the tests pass for me locally, so it's not likely to be related to this).
Description
•