[Modify] Polish it
This commit is contained in:
parent
a4aba13d6b
commit
70bd4e11ae
@ -63,7 +63,8 @@ namespace WebSocketSharp.Net
|
||||
}
|
||||
|
||||
internal RequestStream (
|
||||
Stream stream, byte[] buffer, int offset, int count, long contentLength)
|
||||
Stream stream, byte[] buffer, int offset, int count, long contentLength
|
||||
)
|
||||
{
|
||||
_stream = stream;
|
||||
_buffer = buffer;
|
||||
|
Loading…
Reference in New Issue
Block a user