diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-06-15 13:22:05 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-06-15 13:22:05 -0400 |
| commit | ccb5b14d772c2d1028fa9003ee64fde3cd4196b3 (patch) | |
| tree | 294a56f3d34ed3e921257ca124f7d2fa28f79d2e /SocketHttpListener/Net/HttpListenerContext.cs | |
| parent | b615a2aeb16a527fe56a88a352574d76e77783e8 (diff) | |
update series resolver
Diffstat (limited to 'SocketHttpListener/Net/HttpListenerContext.cs')
| -rw-r--r-- | SocketHttpListener/Net/HttpListenerContext.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SocketHttpListener/Net/HttpListenerContext.cs b/SocketHttpListener/Net/HttpListenerContext.cs index 58d769f22..1bf39589d 100644 --- a/SocketHttpListener/Net/HttpListenerContext.cs +++ b/SocketHttpListener/Net/HttpListenerContext.cs @@ -29,7 +29,7 @@ namespace SocketHttpListener.Net _memoryStreamFactory = memoryStreamFactory; _textEncoding = textEncoding; request = new HttpListenerRequest(this, _textEncoding); - response = new HttpListenerResponse(this, logger, _textEncoding, fileSystem); + response = new HttpListenerResponse(this, _textEncoding); } internal int ErrorStatus |
