-
Notifications
You must be signed in to change notification settings - Fork 60
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
read method problem, Reading header from websocket failed #23
Comments
Can you provide some details, please ? I'm currently using the header option in this project : In anyway, thanks for your feedback |
Hello here ! |
The error text might not be altogether that informative, though technically correct.
|
I don't know about your code but obviously you didn't catch exception. |
The page loads a few milliseconds before displaying this error despite a timeout set to 5 seconds. |
on Tornado websocket server, Tornado is not correct and uses 'Sec-Websocket-Accept: ', but it should be 'Sec-WebSocket-Accept: ' Reading RFC6455 Tornado is at fault unless the response header is not case sensitive. This codebase is case sensitive. Change the websocket_open function response header to either case insensitive, or correct the one letter that is wrong coming from Tornado |
No description provided.
The text was updated successfully, but these errors were encountered: