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
websocket/proxy.go
Line 70 in 6f5d213
Clients must call resp.Body.Close when finished reading resp.Body
defer resp.Body.Close() at 77?
No response
The text was updated successfully, but these errors were encountered:
The handle conn is returned to the caller a few lines after the code linked from the issue.
conn
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
Current Behavior
websocket/proxy.go
Line 70 in 6f5d213
According to https://pkg.go.dev/net/http#ReadResponse
Clients must call resp.Body.Close when finished reading resp.Body
Expected Behavior
defer resp.Body.Close() at 77?
Steps To Reproduce
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: