mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-10-30 23:42:33 +01:00
Trying to fix XBMC timeout errors
This commit is contained in:
parent
61ec9aff27
commit
d489dff152
@ -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 New Issue
Block a user