mirror of
https://github.com/novnc/noVNC.git
synced 2026-06-03 19:09:41 +00:00
Remove psuedo-UTF8 encoding.
It's less efficient on average that base64 (150% vs 133%). It's non-standard (0 shifted to 256 before encoding). And I rarely use it.
This commit is contained in:
@@ -68,10 +68,6 @@
|
||||
scheme = "wss://";
|
||||
}
|
||||
var uri = scheme + host + ":" + port;
|
||||
//var uri = scheme + host + ":" + port + "/?b64encode";
|
||||
//if (RFB.use_seq) {
|
||||
// uri += "&seq_num";
|
||||
//}
|
||||
console.log("connecting to " + uri);
|
||||
ws = new WebSocket(uri);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user