1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-21 22:05:43 -04:00

HttpProvider.PostCommand will no longer keep the connection alive

This commit is contained in:
Mark McDowall
2014-05-10 21:37:07 -07:00
parent 3c47df8691
commit b3fb807f41
38 changed files with 60 additions and 3 deletions
@@ -4,6 +4,7 @@ using System.Net;
using NLog;
using NzbDrone.Common;
using NzbDrone.Common.Disk;
using NzbDrone.Common.Http;
using NzbDrone.Core.MediaFiles;
using NzbDrone.Core.Metadata.Files;
using NzbDrone.Core.ThingiProvider;