v2.0.0.0008-beta

Pull request: Error in http/https detection. (#6)
This commit is contained in:
marmei
2019-08-09 09:31:31 +02:00
parent 96e10ff51d
commit 67fe80b4fd
5 changed files with 41 additions and 42 deletions

View File

@@ -24,7 +24,7 @@ class Server {
case "http:":
this.protocol = "ws://"
break
case "https://":
case "https:":
this.protocol = "wss://"
break
}