[Modify] Polish it
This commit is contained in:
parent
ea97ab3fd6
commit
dafea984ac
@ -2876,9 +2876,9 @@ namespace WebSocketSharp
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (url.IsNullOrEmpty ()) {
|
if (url.IsNullOrEmpty ()) {
|
||||||
|
_logger.Warn ("The proxy url and credentials are set back to the default.");
|
||||||
_proxyUri = null;
|
_proxyUri = null;
|
||||||
_proxyCredentials = null;
|
_proxyCredentials = null;
|
||||||
_logger.Warn ("The proxy url and credentials were set back to the default.");
|
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user