From 113c92e8e84c6759844682e1c85340b00cda98d4 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 9 Jan 2018 16:45:19 +0900 Subject: [PATCH] [Modify] Replace it --- websocket-sharp/Net/HttpListenerRequest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs index 48501b12..f5da8668 100644 --- a/websocket-sharp/Net/HttpListenerRequest.cs +++ b/websocket-sharp/Net/HttpListenerRequest.cs @@ -246,7 +246,7 @@ namespace WebSocketSharp.Net return Stream.Null; if (_inputStream == null) { - _inputStream = _context.Connection.GetRequestStream ( + _inputStream = _connection.GetRequestStream ( _contentLength, _chunked ); }