up version
This commit is contained in:
@@ -23,7 +23,7 @@ class JsConnection<O:Message, I:Message> extends BaseConnection<O, I> {
|
||||
}
|
||||
|
||||
public static function isSecured():Bool {
|
||||
return Browser.location.protocol == "https";
|
||||
return Browser.location.protocol == "https:";
|
||||
}
|
||||
|
||||
private function buildSocket(host:String, port:Int):WebSocket {
|
||||
|
||||
Reference in New Issue
Block a user