Skip to content

Commit a280c97

Browse files
committed
websocket: remove logs
1 parent f2ecfe0 commit a280c97

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

websocketproxy.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,5 @@ func (w *WebsocketProxy) ServeHTTP(rw http.ResponseWriter, req *http.Request) {
8989

9090
go cp(connBackend.UnderlyingConn(), connPub.UnderlyingConn())
9191
go cp(connPub.UnderlyingConn(), connBackend.UnderlyingConn())
92-
err = <-errc
93-
log.Println("websocketproxy: connection ended %s", err)
92+
<-errc
9493
}

0 commit comments

Comments
 (0)