diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-05-03 17:53:33 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-05-03 17:53:33 -0400 |
| commit | 568d769cc80644e27c15d5b842eb8bc7393016b5 (patch) | |
| tree | 68d9736ec05239deffcdcbbe5d147b0d96137957 /SocketHttpListener.Portable/Net/HttpConnection.cs | |
| parent | 54965ffc54cb6fc8f5176ea792e37f9e43ef131e (diff) | |
support omdb episodes by imdb; add more search data
Diffstat (limited to 'SocketHttpListener.Portable/Net/HttpConnection.cs')
| -rw-r--r-- | SocketHttpListener.Portable/Net/HttpConnection.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SocketHttpListener.Portable/Net/HttpConnection.cs b/SocketHttpListener.Portable/Net/HttpConnection.cs index 5fe47fc63..ac8ada486 100644 --- a/SocketHttpListener.Portable/Net/HttpConnection.cs +++ b/SocketHttpListener.Portable/Net/HttpConnection.cs @@ -217,7 +217,7 @@ namespace SocketHttpListener.Net { var supportsDirectSocketAccess = !context.Response.SendChunked && !isExpect100Continue && !secure; - o_stream = new ResponseStream(stream, context.Response, _memoryStreamFactory, _textEncoding, _fileSystem, sock, supportsDirectSocketAccess); + o_stream = new ResponseStream(stream, context.Response, _memoryStreamFactory, _textEncoding, _fileSystem, sock, supportsDirectSocketAccess, _logger); } else { |
