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:01:42 -0500 |
| commit | 3f46d8ddd912618e08bfbc78feff690fa29b841f (patch) | |
| tree | 4fc8a47a03e7a11ff844e37b42ee4fee8e7a2247 | |
| parent | 14f3bb6b19dbfec028086e2c0ced90979bccc939 (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 a4760f3af..11949c1ab 100644 --- a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs +++ b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs @@ -1180,7 +1180,6 @@ namespace MediaBrowser.Server.Startup.Common using (var response = HttpClient.SendAsync(new HttpRequestOptions { Url = apiUrl, - BufferContent = false, LogErrorResponseBody = false, LogErrors = false |
