mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
fetch: add an accept encoding header when the range header exists (#33496)
Signed-off-by: Shane Handley <shanehandley@fastmail.com>
This commit is contained in:
parent
05b2aa29c3
commit
06f0893b94
5 changed files with 32 additions and 31 deletions
|
@ -5,9 +5,6 @@
|
|||
[general]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with range header will be sent with Accept-Encoding: identity]
|
||||
expected: FAIL
|
||||
|
||||
[Cross Origin Fetch with safe range header]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -19,9 +16,6 @@
|
|||
[general]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with range header will be sent with Accept-Encoding: identity]
|
||||
expected: FAIL
|
||||
|
||||
[Cross Origin Fetch with safe range header]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -4,6 +4,3 @@
|
|||
|
||||
[general]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with range header will be sent with Accept-Encoding: identity]
|
||||
expected: FAIL
|
||||
|
|
|
@ -2,9 +2,6 @@
|
|||
expected: ERROR
|
||||
|
||||
[general.any.html]
|
||||
[Fetch with range header will be sent with Accept-Encoding: identity]
|
||||
expected: FAIL
|
||||
|
||||
[Cross Origin Fetch with safe range header]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -13,8 +10,5 @@
|
|||
expected: ERROR
|
||||
|
||||
[general.any.worker.html]
|
||||
[Fetch with range header will be sent with Accept-Encoding: identity]
|
||||
expected: FAIL
|
||||
|
||||
[Cross Origin Fetch with safe range header]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
[general.window.html]
|
||||
[Fetch with range header will be sent with Accept-Encoding: identity]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue