From: Stefan Schantl <stefan.schantl@ipfire.org>
To: Adolf Belka <adolf.belka@ipfire.org>, <development@lists.ipfire.org>
Cc: Adam G <ag@ipfire.org>
Subject: Re: [PATCH] http-client-functions.pl: Fixes bug13852
Date: Tue, 20 May 2025 13:59:51 +0200 [thread overview]
Message-ID: <196ed907ad8.27e7.cac9d3ffac9e24d09d20af05166fd73b@ipfire.org> (raw)
In-Reply-To: <20250520105739.7264-1-adolf.belka@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 1097 bytes --]
Good catch.
Thank you.
Acked-by: Stefan Schantl <stefan.schantl@ipfire.org>
Am 20. Mai 2025 12:57:48 schrieb Adolf Belka <adolf.belka@ipfire.org>:
> Suggested-by: Adam G <ag@ipfire.org>
> Fixes: bug13852
> Tested-by: Adolf Belka <adolf.belka@ipfire.org>
> Tested-by: Adam G <ag@ipfire.org>
> Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
> ---
> config/cfgroot/http-client-functions.pl | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/config/cfgroot/http-client-functions.pl
> b/config/cfgroot/http-client-functions.pl
> index 51687ffde..7f7675bbf 100644
> --- a/config/cfgroot/http-client-functions.pl
> +++ b/config/cfgroot/http-client-functions.pl
> @@ -178,7 +178,7 @@ sub downloader (%) {
> # Check if an file for etags has been given.
> if ($etags_file) {
> # Read-in Etags file for known Etags if the file is present.
> - &readhash("$etags_file", \%etags) if (-f $etags_file);
> + &General::readhash("$etags_file", \%etags) if (-f $etags_file);
>
> # Check if an Etag for the requested file is stored.
> if ($etags{$etagprefix}) {
> --
> 2.49.0
[-- Attachment #2: Type: text/html, Size: 2268 bytes --]
prev parent reply other threads:[~2025-05-20 11:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-20 10:57 Adolf Belka
2025-05-20 11:59 ` Stefan Schantl [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=196ed907ad8.27e7.cac9d3ffac9e24d09d20af05166fd73b@ipfire.org \
--to=stefan.schantl@ipfire.org \
--cc=adolf.belka@ipfire.org \
--cc=ag@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox