Commit faaf8da5 authored by Julien Fontanet's avatar Julien Fontanet Committed by Solly Ross

Backport: Fix subprotocols

Broken by b1dee947

(cherry picked from commit 58ca1978)
parent 75e813d0
...@@ -316,7 +316,7 @@ var RFB; ...@@ -316,7 +316,7 @@ var RFB;
uri += '://' + this._rfb_host + ':' + this._rfb_port + '/' + this._rfb_path; uri += '://' + this._rfb_host + ':' + this._rfb_port + '/' + this._rfb_path;
Util.Info("connecting to " + uri); Util.Info("connecting to " + uri);
this._sock.open(uri, this._sockProtocols); this._sock.open(uri, this._wsProtocols);
Util.Debug("<< RFB.connect"); Util.Debug("<< RFB.connect");
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment