We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent babc702 commit b811f99Copy full SHA for b811f99
websocket-sharp/Ext.cs
@@ -183,7 +183,9 @@ internal static byte[] Append (this ushort code, string reason)
183
return buff.ToArray ();
184
}
185
186
- internal static void Close (this HttpListenerResponse response, HttpStatusCode code)
+ internal static void Close (
187
+ this HttpListenerResponse response, HttpStatusCode code
188
+ )
189
{
190
response.StatusCode = (int) code;
191
response.OutputStream.Close ();
0 commit comments