updated nuget

This commit is contained in:
Luke Pulverenti
2014-09-03 21:44:40 -04:00
parent 60d1d5cdee
commit 5de8b92fe5
12 changed files with 85 additions and 16 deletions

View File

@@ -123,7 +123,6 @@ namespace MediaBrowser.Common.Implementations.HttpClientManager
}
request.Method = method;
request.Pipelined = true;
request.Timeout = 20000;
if (!string.IsNullOrEmpty(options.Host))