diff --git a/transport/internet/websocket/hub.go b/transport/internet/websocket/hub.go index 97fa2cd01..167938a73 100644 --- a/transport/internet/websocket/hub.go +++ b/transport/internet/websocket/hub.go @@ -74,7 +74,6 @@ func (h *requestHandler) ServeHTTP(writer http.ResponseWriter, request *http.Req } else { h.ln.addConn(newConnectionWithEarlyData(conn, remoteAddr, earlyData)) } - } type Listener struct {