From 5de8b92fe566a156197ec3ac49892fdf6168f1ca Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 3 Sep 2014 21:44:40 -0400 Subject: updated nuget --- .../HttpClientManager/HttpClientManager.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs') diff --git a/MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs b/MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs index ffde10bfe..f1f1858cb 100644 --- a/MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs +++ b/MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs @@ -123,7 +123,6 @@ namespace MediaBrowser.Common.Implementations.HttpClientManager } request.Method = method; - request.Pipelined = true; request.Timeout = 20000; if (!string.IsNullOrEmpty(options.Host)) -- cgit v1.2.3