[Modify] Replace it

This commit is contained in:
sta 2020-12-21 21:15:07 +09:00
parent a334aa021f
commit 38dd04a9c1

View File

@ -229,7 +229,7 @@ namespace WebSocketSharp.Net
if (user == null || !user.Identity.IsAuthenticated) {
var chal = new AuthenticationChallenge (schm, realm).ToString ();
_response.CloseWithAuthChallenge (chal);
sendAuthenticationChallenge (chal);
return false;
}