[Modify] Polish it
This commit is contained in:
parent
3f44067a0c
commit
e2e1eba187
@ -62,7 +62,10 @@ namespace WebSocketSharp.Net
|
|||||||
#region Internal Constructors
|
#region Internal Constructors
|
||||||
|
|
||||||
internal ResponseStream (
|
internal ResponseStream (
|
||||||
Stream stream, HttpListenerResponse response, bool ignoreWriteExceptions)
|
Stream stream,
|
||||||
|
HttpListenerResponse response,
|
||||||
|
bool ignoreWriteExceptions
|
||||||
|
)
|
||||||
{
|
{
|
||||||
_stream = stream;
|
_stream = stream;
|
||||||
_response = response;
|
_response = response;
|
||||||
|
Loading…
Reference in New Issue
Block a user