mirror of
https://github.com/servo/servo.git
synced 2025-10-02 09:39:14 +01:00
Fix a mistake in the redirect fetch code
The spec says to ignore both HEAD and GET in step 11
This commit is contained in:
parent
aa43ce8cf3
commit
2b28042446
2 changed files with 3 additions and 7 deletions
|
@ -1,7 +1,4 @@
|
|||
[redirect-method.any.worker.html]
|
||||
[Redirect 303 with GET]
|
||||
expected: FAIL
|
||||
|
||||
[Redirect 307 with POST (string body)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -10,9 +7,6 @@
|
|||
|
||||
|
||||
[redirect-method.any.html]
|
||||
[Redirect 303 with GET]
|
||||
expected: FAIL
|
||||
|
||||
[Redirect 307 with POST (string body)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue