Browse Source

[Modify] Polish it

pull/298/merge
sta 4 months ago
parent
commit
0fcb570871
  1. 3
      websocket-sharp/WebSocket.cs

3
websocket-sharp/WebSocket.cs

@ -2365,7 +2365,8 @@ namespace WebSocketSharp
}
catch (Exception ex) {
throw new WebSocketException (
CloseStatusCode.TlsHandshakeFailure, ex
CloseStatusCode.TlsHandshakeFailure,
ex
);
}
}

Loading…
Cancel
Save