@ -788,12 +788,13 @@ func websocketClientConn(url string, conn net.Conn, tlsConfig *tls.Config, optio
if err != nil {
return nil, err
}
resp.Body.Close()
if verifyErr != nil {
c.Close()
return nil, verifyErr
return &websocketConn{conn: c}, nil
The note is not visible to the blocked user.