Browse Source

[Modify] Polish it

pull/571/merge
sta 2 months ago
parent
commit
b26c4e9f61
  1. 4
      websocket-sharp/WebSocket.cs

4
websocket-sharp/WebSocket.cs

@ -4081,7 +4081,9 @@ namespace WebSocketSharp
}
_credentials = new NetworkCredential (
username, password, _uri.PathAndQuery
username,
password,
_uri.PathAndQuery
);
_preAuth = preAuth;

Loading…
Cancel
Save