aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/LiveTv/TunerHosts/SharedHttpStream.cs
diff options
context:
space:
mode:
authorAnthony Lavado <anthonylavado@users.noreply.github.com>2019-06-14 09:19:56 -0400
committerGitHub <noreply@github.com>2019-06-14 09:19:56 -0400
commitd4a42a1680a48cba0d87fac0808180e68072baab (patch)
tree0969864c31878d1146e48167dc7a6bba70187266 /Emby.Server.Implementations/LiveTv/TunerHosts/SharedHttpStream.cs
parentb25c08e79ae56fa9a69cbc4a0f4901c73c65e78a (diff)
parentaf099a9b53616fdc38392c86236d00413cdc14c5 (diff)
Merge pull request #1080 from Bond-009/httpclient
Remove usage of deprecated 'WebRequest'
Diffstat (limited to 'Emby.Server.Implementations/LiveTv/TunerHosts/SharedHttpStream.cs')
-rw-r--r--Emby.Server.Implementations/LiveTv/TunerHosts/SharedHttpStream.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/Emby.Server.Implementations/LiveTv/TunerHosts/SharedHttpStream.cs b/Emby.Server.Implementations/LiveTv/TunerHosts/SharedHttpStream.cs
index d74cf3be2..e8b34da0c 100644
--- a/Emby.Server.Implementations/LiveTv/TunerHosts/SharedHttpStream.cs
+++ b/Emby.Server.Implementations/LiveTv/TunerHosts/SharedHttpStream.cs
@@ -47,13 +47,7 @@ namespace Emby.Server.Implementations.LiveTv.TunerHosts
CancellationToken = CancellationToken.None,
BufferContent = false,
- // Increase a little bit
- TimeoutMs = 30000,
-
EnableHttpCompression = false,
-
- LogResponse = true,
- LogResponseHeaders = true
};
foreach (var header in mediaSource.RequiredHttpHeaders)