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