This commit is contained in:
Łukasz Magiera 2019-07-25 14:54:19 +02:00
parent 0569075442
commit 7ec9d45915
4 changed files with 8 additions and 9 deletions

View File

@ -42,7 +42,6 @@ func (s *RPCServer) handleWS(ctx context.Context, w http.ResponseWriter, r *http
w.Header().Set("Sec-WebSocket-Protocol", r.Header.Get("Sec-WebSocket-Protocol"))
}
c, err := upgrader.Upgrade(w, r, nil)
if err != nil {
log.Error(err)