[Modify] Remove it

This commit is contained in:
sta 2020-12-22 19:44:51 +09:00
parent 55370bfb78
commit 419a042a65

View File

@ -177,14 +177,6 @@ namespace WebSocketSharp
return buff.ToArray (); return buff.ToArray ();
} }
internal static void Close (
this HttpListenerResponse response, HttpStatusCode code
)
{
response.StatusCode = (int) code;
response.OutputStream.Close ();
}
internal static byte[] Compress (this byte[] data, CompressionMethod method) internal static byte[] Compress (this byte[] data, CompressionMethod method)
{ {
return method == CompressionMethod.Deflate return method == CompressionMethod.Deflate