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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
this patch: 62e546c removed the "Hijack" method, which is required to be able to escalate http 1.1 connection to websocket. after upgrading, we now get: "websocket: response does not implement http.Hijacker", some googling relevant links: https://stackoverflow.com/questions/62980183/response-does-not-implement-http-hijacker we are downgrading for now.
The text was updated successfully, but these errors were encountered:
Dupe of #188
Sorry, something went wrong.
See response in #188 (comment)
No branches or pull requests
this patch: 62e546c
removed the "Hijack" method, which is required to be able to escalate http 1.1 connection to websocket.
after upgrading, we now get: "websocket: response does not implement http.Hijacker", some googling relevant links:
https://stackoverflow.com/questions/62980183/response-does-not-implement-http-hijacker
we are downgrading for now.
The text was updated successfully, but these errors were encountered: