aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common.Implementations/HttpClientManager
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-01-02 20:23:09 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-01-08 20:59:48 -0500
commit68ae496d609c135609884e3d58d36656559a035e (patch)
treeb235d0cc1edc5310689a3b29c80a7ccec4611ad5 /MediaBrowser.Common.Implementations/HttpClientManager
parent953d6540500e204a0f1a8012c21a426c1e8f07f1 (diff)
get stable and beta server packages from github
Diffstat (limited to 'MediaBrowser.Common.Implementations/HttpClientManager')
-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))