[Modify] Replace it

This commit is contained in:
sta 2018-01-09 16:45:19 +09:00
parent 3b00f0d01d
commit 113c92e8e8

View File

@ -246,7 +246,7 @@ namespace WebSocketSharp.Net
return Stream.Null; return Stream.Null;
if (_inputStream == null) { if (_inputStream == null) {
_inputStream = _context.Connection.GetRequestStream ( _inputStream = _connection.GetRequestStream (
_contentLength, _chunked _contentLength, _chunked
); );
} }