diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-09-03 21:44:40 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-09-03 21:44:40 -0400 |
| commit | 5de8b92fe566a156197ec3ac49892fdf6168f1ca (patch) | |
| tree | 09bdbcdd00f9db7d441f9e42cb12cea589b15696 /MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs | |
| parent | 60d1d5cdee642ee9d5be7e91be5caeb9a1a756df (diff) | |
updated nuget
Diffstat (limited to 'MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs')
| -rw-r--r-- | MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs | 1 |
1 files changed, 0 insertions, 1 deletions
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)) |
