[Modify] Replace it

master
sta 8 years ago
parent 3b00f0d01d
commit 113c92e8e8

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

Loading…
Cancel
Save