broadway: Use wss: on https: uris

This commit is contained in:
Alexander Larsson 2013-04-01 17:29:06 +02:00
parent f73bf26df0
commit 40c3062d33

View File

@ -2675,7 +2675,7 @@ function connect()
var params = query_string[1].split("&");
}
var loc = window.location.toString().replace("http:", "ws:");
var loc = window.location.toString().replace("http:", "ws:").replace("https:", "wss:");
loc = loc.substr(0, loc.lastIndexOf('/')) + "/socket";
var supports_binary = newWS (loc + "-test").binaryType == "blob";