mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Disable wss support
None of the existing websocket libraries are currently able to cope with openssl 0.9 and be featureful, so we are disabling wss for now to land openssl 0.9.
This commit is contained in:
parent
6a795f4795
commit
19a2516e10
40 changed files with 340 additions and 73 deletions
|
@ -357,7 +357,6 @@ impl CoreResourceManager {
|
|||
resource_grp: &ResourceGroup) {
|
||||
websocket_loader::init(connect,
|
||||
connect_data,
|
||||
resource_grp.cookie_jar.clone(),
|
||||
resource_grp.ssl_context.clone());
|
||||
resource_grp.cookie_jar.clone());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue