proxy-chain
proxy-chain copied to clipboard
Proxy server doesn't support HTTP UPGRADE for web sockets
It only supports web sockets via HTTP CONNECT method (used e.g. with SSL). The unit tests (testWsCall()) only test for that too. We should add full support for HTTP UPGRADE method in the main server and handle this correctly even with plain HTTP.
+1 It fails with 1006 error for WebSocket connections