diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-01-02 20:23:09 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-01-02 20:23:09 -0500 |
| commit | 82b8d60720e3bb88ccab80099c209c49e0d1502b (patch) | |
| tree | 6ee521f07a3f289497590b1825ae5d0a9d0a9e97 /MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs | |
| parent | 8c2327278c1ef42aaa5ed28939afca70e612750d (diff) | |
get stable and beta server packages from github
Diffstat (limited to 'MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs')
| -rw-r--r-- | MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs | 2 |
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)) |
