proxy-chain icon indicating copy to clipboard operation
proxy-chain copied to clipboard

Proxy server doesn't support HTTP UPGRADE for web sockets

Open jancurn opened this issue 7 years ago • 1 comments

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.

jancurn avatar Jun 11 '18 09:06 jancurn

+1 It fails with 1006 error for WebSocket connections

Alexnder avatar Aug 31 '18 05:08 Alexnder