[Modify] Polish it

This commit is contained in:
sta 2019-07-27 21:17:22 +09:00
parent babc702f10
commit b811f99e03

View File

@ -183,7 +183,9 @@ namespace WebSocketSharp
return buff.ToArray ();
}
internal static void Close (this HttpListenerResponse response, HttpStatusCode code)
internal static void Close (
this HttpListenerResponse response, HttpStatusCode code
)
{
response.StatusCode = (int) code;
response.OutputStream.Close ();