Skip to content

Commit 05643df

Browse files
committed
[Modify] Polish it
1 parent 9dde3ec commit 05643df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

websocket-sharp/WebSocket.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2245,15 +2245,15 @@ private HttpResponse sendProxyConnectRequest ()
22452245
var val = res.Headers["Proxy-Authenticate"];
22462246

22472247
if (val.IsNullOrEmpty ()) {
2248-
_log.Error ("No proxy authentication challenge is specified.");
2248+
_log.Debug ("No proxy authentication challenge is specified.");
22492249

22502250
return res;
22512251
}
22522252

22532253
var achal = AuthenticationChallenge.Parse (val);
22542254

22552255
if (achal == null) {
2256-
_log.Error ("An invalid proxy authentication challenge is specified.");
2256+
_log.Debug ("An invalid proxy authentication challenge is specified.");
22572257

22582258
return res;
22592259
}

0 commit comments

Comments
 (0)