[Modify] Remove it
This commit is contained in:
parent
1af0b27c27
commit
000c0a76b4
@ -497,15 +497,6 @@ namespace WebSocketSharp.Net.WebSockets
|
|||||||
_tcpClient.Close ();
|
_tcpClient.Close ();
|
||||||
}
|
}
|
||||||
|
|
||||||
internal void SendAuthenticationChallenge (string challenge)
|
|
||||||
{
|
|
||||||
var res = HttpResponse.CreateUnauthorizedResponse (challenge);
|
|
||||||
var bytes = res.ToByteArray ();
|
|
||||||
_stream.Write (bytes, 0, bytes.Length);
|
|
||||||
|
|
||||||
_request = HttpRequest.Read (_stream, 15000);
|
|
||||||
}
|
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region Public Methods
|
#region Public Methods
|
||||||
|
Loading…
Reference in New Issue
Block a user