diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-07-24 11:20:11 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-07-24 11:20:11 -0400 |
| commit | 77afd4ba544abf2c92cd6d098e997dfc2d9b39c9 (patch) | |
| tree | 5dc9bf788d16a203ff0d64c73afea29f85a9d5bf /MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs | |
| parent | 609d2283c6dc7572b7bfbf5cd55c8c2ce74e29a4 (diff) | |
update live tv
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 18441161f..89f405e8a 100644 --- a/MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs +++ b/MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs @@ -127,7 +127,7 @@ namespace MediaBrowser.Common.Implementations.HttpClientManager private WebRequest GetRequest(HttpRequestOptions options, string method, bool enableHttpCompression) { - var request = WebRequest.Create(options.Url); + var request = CreateWebRequest(options.Url); var httpWebRequest = request as HttpWebRequest; if (httpWebRequest != null) |
