[Modify] Remove it
This commit is contained in:
parent
55370bfb78
commit
419a042a65
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user