[Modify] Polish it

This commit is contained in:
sta 2021-01-27 19:47:15 +09:00
parent a4aba13d6b
commit 70bd4e11ae

View File

@ -63,7 +63,8 @@ namespace WebSocketSharp.Net
} }
internal RequestStream ( internal RequestStream (
Stream stream, byte[] buffer, int offset, int count, long contentLength) Stream stream, byte[] buffer, int offset, int count, long contentLength
)
{ {
_stream = stream; _stream = stream;
_buffer = buffer; _buffer = buffer;