replace tunnel.py with sshtunnel.py some small fixes

This commit is contained in:
catborise
2020-07-14 15:44:20 +03:00
parent b6cb81c3bc
commit 0b86e34203
5 changed files with 14265 additions and 158 deletions

View File

@@ -111,7 +111,7 @@
}
// uri = scheme + host + ":" + port;
uri = scheme + "{{ ws_host }}:{{ ws_port }}{{ ws_path }}";
uri = scheme + "{{ ws_host }}:{{ ws_port }}";
if (path) {
uri += path[0] == '/' ? path : ('/' + path);