[Modify] Remove it

This commit is contained in:
sta 2021-05-13 19:38:08 +09:00
parent a1ef1f9091
commit df30241fe3

View File

@ -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
#region Internal Methods