Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proxy server doesn't support HTTP UPGRADE for web sockets #15

Open
jancurn opened this issue Jun 11, 2018 · 1 comment
Open

Proxy server doesn't support HTTP UPGRADE for web sockets #15

jancurn opened this issue Jun 11, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request.

Comments

@jancurn
Copy link
Member

jancurn commented Jun 11, 2018

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.

@Alexnder
Copy link

+1
It fails with 1006 error for WebSocket connections

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request.
Projects
None yet
Development

No branches or pull requests

4 participants