Auto merge of #9662 - rebstar6:websocket_cookies, r=jdm

Add support for websocket cookies

Addresses both cookies in request and response. Resolves #9540.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9662)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-02-18 02:44:01 +05:30
commit bc034845b7
9 changed files with 23 additions and 32 deletions

View file

@ -1,5 +0,0 @@
[001.html]
type: testharness
[WebSockets: Cookie in request]
expected: FAIL

View file

@ -1,5 +0,0 @@
[002.html]
type: testharness
[WebSockets: Set-Cookie in response]
expected: FAIL

View file

@ -1,5 +0,0 @@
[003.html]
type: testharness
[WebSockets: sending HttpOnly cookies in ws request]
expected: FAIL

View file

@ -1,5 +0,0 @@
[005.html]
type: testharness
[WebSockets: setting HttpOnly cookies in ws response, checking ws request]
expected: FAIL

View file

@ -1,5 +0,0 @@
[007.html]
type: testharness
[WebSockets: when to process set-cookie fields in ws response]
expected: FAIL