aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-01-06 12:28:05 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-01-06 12:28:05 -0500
commitc6580287f5886609fadb9144f2e62f4eb1076a26 (patch)
tree627420816b26f391291d83a72923d35e9851da65 /MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs
parentf19e3ca7a85ffb54895dfbbc33c595b06a540c76 (diff)
parentb67683e0b5fffc3cce5ddcb8d77f965b8508adb8 (diff)
Merge branch 'dev' into beta
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 054c5aaaf..c30cdf1a7 100644
--- a/MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs
+++ b/MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs
@@ -150,7 +150,7 @@ namespace MediaBrowser.Common.Implementations.HttpClientManager
request.Method = method;
request.Timeout = options.TimeoutMs;
-
+
if (httpWebRequest != null)
{
if (!string.IsNullOrEmpty(options.Host))