Retain archive-flag on HTTP redirects.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2019-09-22 23:43:46 +02:00
parent ab3085023b
commit e374405863
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ namespace remwharead
location = poco_uri.getScheme() + "://" + poco_uri.getHost()
+ location;
}
return make_request(location);
return make_request(location, archive);
}
case HTTPResponse::HTTP_OK:
{