We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The hixie version of the Sender seems to lack the "close" method. Maybe the other methods (like ping, etc.) should be in Sender.hixie as well?
I'm getting this on a server with only hixie connections:
payload must start with 0x00 byte TypeError: Object # has no method 'close'
Seems like after a broken packet (e.g. connection broken by a proxy) the server wants to fire the connection's "close" method, which does not exist..
The text was updated successfully, but these errors were encountered:
You're right. Strange that I missed that one. Will add to next release :)
Sorry, something went wrong.
c9606f9
No branches or pull requests
The hixie version of the Sender seems to lack the "close" method. Maybe the other methods (like ping, etc.) should be in Sender.hixie as well?
I'm getting this on a server with only hixie connections:
payload must start with 0x00 byte
TypeError: Object # has no method 'close'
Seems like after a broken packet (e.g. connection broken by a proxy) the server wants to fire the connection's "close" method, which does not exist..
The text was updated successfully, but these errors were encountered: