[Modify] Remove it
This commit is contained in:
parent
a1ef1f9091
commit
df30241fe3
@ -197,14 +197,6 @@ namespace WebSocketSharp.Net
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void sendAuthenticationChallenge (string challenge)
|
|
||||||
{
|
|
||||||
_response.StatusCode = 401;
|
|
||||||
_response.Headers.InternalSet ("WWW-Authenticate", challenge, true);
|
|
||||||
|
|
||||||
_response.Close ();
|
|
||||||
}
|
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region Internal Methods
|
#region Internal Methods
|
||||||
|
Loading…
Reference in New Issue
Block a user