From e3744058634af1d577da48e080c4cf2a5c93e2b9 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 22 Sep 2019 23:43:46 +0200 Subject: [PATCH] Retain archive-flag on HTTP redirects. --- src/lib/uri.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/uri.cpp b/src/lib/uri.cpp index 02ed9ca..45020f7 100644 --- a/src/lib/uri.cpp +++ b/src/lib/uri.cpp @@ -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: {