mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
Make Response's Clone() method to clone headers.
This patch allows the response clone to have the same headers list as the original's. Previously, only the cloned response's headers guard was set to be the same as the original response's headers guard.
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
[response-clone.html]
|
||||
type: testharness
|
||||
[Check Response's clone has the expected attribute values]
|
||||
expected: FAIL
|
||||
|
||||
[Check orginal response's body after cloning]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user