[Modify] Polish it

master
sta 6 years ago
parent 3f44067a0c
commit e2e1eba187

@ -62,7 +62,10 @@ namespace WebSocketSharp.Net
#region Internal Constructors
internal ResponseStream (
Stream stream, HttpListenerResponse response, bool ignoreWriteExceptions)
Stream stream,
HttpListenerResponse response,
bool ignoreWriteExceptions
)
{
_stream = stream;
_response = response;

Loading…
Cancel
Save