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:
Anthony Ramine 2017-03-31 15:49:24 +02:00
parent 6a795f4795
commit 19a2516e10
40 changed files with 340 additions and 73 deletions

View file

@ -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());
}
}