diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-12-29 12:01:42 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-12-29 12:11:12 -0500 |
| commit | 3c75008483a0bb2e1d50a25c0bff56bdfc3a2de4 (patch) | |
| tree | bb37acd103fb170986441ac8451fb137e0743236 | |
| parent | 8c8ad2046532bb80e9b91e65534fa0b43a7b5692 (diff) | |
update buffer
| -rw-r--r-- | MediaBrowser.Server.Startup.Common/ApplicationHost.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs index b8525388e..ec436a44f 100644 --- a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs +++ b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs @@ -1172,7 +1172,6 @@ namespace MediaBrowser.Server.Startup.Common using (var response = HttpClient.SendAsync(new HttpRequestOptions { Url = apiUrl, - BufferContent = false, LogErrorResponseBody = false, LogErrors = false |
