Skip to content

Commit 45e6683

Browse files
committed
ws:host -> ws://host
1 parent 7791c38 commit 45e6683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v1/internal/ch-websocket.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class WebSocketChannel {
5252
return;
5353
}
5454
}
55-
this._url = scheme + ":" + opts.host + ":" + opts.port;
55+
this._url = scheme + "://" + opts.host + ":" + opts.port;
5656
this._ws = new WebSocket(this._url);
5757
this._ws.binaryType = "arraybuffer";
5858

0 commit comments

Comments
 (0)