mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-05-02 01:31:03 +02:00
Reset ContentSummary on redirect in HttpClient
This commit is contained in:
parent
8bd6a313b7
commit
48cd1d9f6b
1 changed files with 1 additions and 0 deletions
|
|
@ -91,6 +91,7 @@ public virtual async Task<HttpResponse> ExecuteAsync(HttpRequest request)
|
|||
{
|
||||
request.Method = HttpMethod.Get;
|
||||
request.ContentData = null;
|
||||
request.ContentSummary = null;
|
||||
}
|
||||
|
||||
// Save to add to final response
|
||||
|
|
|
|||
Loading…
Reference in a new issue