[Modify] Replace it
This commit is contained in:
parent
a334aa021f
commit
38dd04a9c1
@ -229,7 +229,7 @@ namespace WebSocketSharp.Net
|
|||||||
|
|
||||||
if (user == null || !user.Identity.IsAuthenticated) {
|
if (user == null || !user.Identity.IsAuthenticated) {
|
||||||
var chal = new AuthenticationChallenge (schm, realm).ToString ();
|
var chal = new AuthenticationChallenge (schm, realm).ToString ();
|
||||||
_response.CloseWithAuthChallenge (chal);
|
sendAuthenticationChallenge (chal);
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user