We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2ecfe0 commit a280c97Copy full SHA for a280c97
websocketproxy.go
@@ -89,6 +89,5 @@ func (w *WebsocketProxy) ServeHTTP(rw http.ResponseWriter, req *http.Request) {
89
90
go cp(connBackend.UnderlyingConn(), connPub.UnderlyingConn())
91
go cp(connPub.UnderlyingConn(), connBackend.UnderlyingConn())
92
- err = <-errc
93
- log.Println("websocketproxy: connection ended %s", err)
+ <-errc
94
}
0 commit comments