From 3f46d8ddd912618e08bfbc78feff690fa29b841f Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 29 Dec 2015 12:01:42 -0500 Subject: [PATCH] update buffer --- MediaBrowser.Server.Startup.Common/ApplicationHost.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs index a4760f3af5..11949c1abb 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