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

View File

@@ -6,6 +6,7 @@ using NUnit.Framework;
using NzbDrone.Common;
using NzbDrone.Common.Disk;
using NzbDrone.Common.EnvironmentInfo;
using NzbDrone.Common.Http;
using NzbDrone.Common.Model;
using NzbDrone.Common.Processes;
using NzbDrone.Core.Test.Framework;