[Modify] Replace it
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user