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:
Jeena Lee 2016-10-21 09:14:57 -07:00
parent f4ed2c6875
commit 25cc87f226
2 changed files with 2 additions and 4 deletions

View file

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