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
You call io.Pipe() at
grpc-websocket-proxy/wsproxy/websocket_proxy.go
Line 186 in 673ab2c
Line 188 in 673ab2c
(When error happens at http.NewRequestWithContext you don't close requestBodyW and responseBodyW)
io.Pipe docs https://pkg.go.dev/io#Pipe
The text was updated successfully, but these errors were encountered:
No branches or pull requests
You call io.Pipe() at
grpc-websocket-proxy/wsproxy/websocket_proxy.go
Line 186 in 673ab2c
then you lose it at
grpc-websocket-proxy/wsproxy/websocket_proxy.go
Line 188 in 673ab2c
(When error happens at http.NewRequestWithContext you don't close requestBodyW and responseBodyW)
io.Pipe docs
https://pkg.go.dev/io#Pipe
The text was updated successfully, but these errors were encountered: