mirror of
https://github.com/Sonarr/Sonarr
synced 2025-01-02 13:14:58 +00:00
Trying to fix XBMC timeout errors
This commit is contained in:
parent
61ec9aff27
commit
d489dff152
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ namespace NzbDrone.Common.Http
|
|||
if (request is HttpWebRequest)
|
||||
{
|
||||
((HttpWebRequest)request).KeepAlive = false;
|
||||
((HttpWebRequest)request).ServicePoint.Expect100Continue = false;
|
||||
}
|
||||
|
||||
return request;
|
||||
|
|
Loading…
Reference in a new issue