aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs
diff options
context:
space:
mode:
authorLukePulverenti <luke.pulverenti@gmail.com>2013-03-04 00:44:04 -0500
committerLukePulverenti <luke.pulverenti@gmail.com>2013-03-04 00:44:04 -0500
commita11e00b8d5df45342753374843f9152e99f659e5 (patch)
treefd7305356ccf62fe5a7f34221969ea62738e0bd2 /MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs
parent2ca4b7d03adfa3cc7c9c6a597a11762142d5b34b (diff)
parentdccba7d1fdff94f14c2a09105b93d6daa602eb4d (diff)
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
Conflicts: MediaBrowser.Common/Kernel/ResourcePool.cs
Diffstat (limited to 'MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs')
-rw-r--r--MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs b/MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs
index f9363e0d9..d2af8fa20 100644
--- a/MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs
+++ b/MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs
@@ -78,7 +78,7 @@ namespace MediaBrowser.Common.Implementations.HttpClientManager
{
var handler = new WebRequestHandler
{
- AutomaticDecompression = DecompressionMethods.Deflate,
+ //AutomaticDecompression = DecompressionMethods.Deflate,
CachePolicy = new RequestCachePolicy(RequestCacheLevel.Revalidate)
};