mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Add support for websocket request and response cookies
Also change expected behavior to pass for all in tests/wpt/web-platform-tests/websockets/cookies
This commit is contained in:
parent
7c249b1d53
commit
cf6fd6dafe
9 changed files with 23 additions and 32 deletions
|
@ -362,6 +362,6 @@ impl ResourceManager {
|
|||
fn websocket_connect(&self,
|
||||
connect: WebSocketCommunicate,
|
||||
connect_data: WebSocketConnectData) {
|
||||
websocket_loader::init(connect, connect_data);
|
||||
websocket_loader::init(connect, connect_data, self.cookie_storage.clone());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue