mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-18 21:55:12 -04:00
Reset ContentSummary on redirect in HttpClient
This commit is contained in:
@@ -91,6 +91,7 @@ namespace NzbDrone.Common.Http
|
||||
{
|
||||
request.Method = HttpMethod.Get;
|
||||
request.ContentData = null;
|
||||
request.ContentSummary = null;
|
||||
}
|
||||
|
||||
// Save to add to final response
|
||||
|
||||
Reference in New Issue
Block a user