[Modify] Replace it
This commit is contained in:
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…
Reference in New Issue
Block a user