From: "Ludovic Courtès" <ludo@gnu.org>
To: Attila Lendvai <attila@lendvai.name>
Cc: 54836@debbugs.gnu.org
Subject: [bug#54836] [PATCH 1/2] http-client: Fix redirection.
Date: Mon, 11 Apr 2022 14:44:02 +0200 [thread overview]
Message-ID: <87zgkriyct.fsf_-_@gnu.org> (raw)
In-Reply-To: <20220410134114.371-2-attila@lendvai.name> (Attila Lendvai's message of "Sun, 10 Apr 2022 15:41:14 +0200")
Hi,
Attila Lendvai <attila@lendvai.name> skribis:
> * guix/http-client.scm (http-fetch): Use the right uri variable in case of
> redirection.
> ---
> guix/http-client.scm | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/guix/http-client.scm b/guix/http-client.scm
> index 8a5b3deecd..b8689a22ed 100644
> --- a/guix/http-client.scm
> +++ b/guix/http-client.scm
> @@ -148,7 +148,7 @@ (define uri*
> (or (not (uri-host uri))
> (string=? host (uri-host uri)))
> port)
> - (open-connection uri*
> + (open-connection uri
Good catch! This fixes <https://issues.guix.gnu.org/54609>.
Applied.
Ludo’.
next prev parent reply other threads:[~2022-04-11 12:47 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-10 13:34 [bug#54836] [PATCH 1/2] http-client: Fix redirection Attila Lendvai
2022-04-10 13:35 ` [bug#54836] [PATCH 2/2] http-client: Factor out open-connection*, rename variables Attila Lendvai
2022-04-10 13:41 ` [bug#54836] [PATCH v2 1/3] http-client: Added accept-all-response-codes? argument Attila Lendvai
2022-04-10 13:41 ` [bug#54836] [PATCH 2/3] http-client: Fix redirection Attila Lendvai
2022-04-11 12:44 ` Ludovic Courtès [this message]
2022-04-10 13:41 ` [bug#54836] [PATCH 3/3] http-client: Factor out open-connection*, rename variables Attila Lendvai
2022-04-11 12:45 ` [bug#54836] [PATCH 1/2] http-client: Fix redirection Ludovic Courtès
2022-04-12 7:28 ` Attila Lendvai
2022-04-27 16:37 ` Attila Lendvai
2022-04-27 20:53 ` Ludovic Courtès
2023-01-03 22:29 ` Maxim Cournoyer
2022-04-28 10:22 ` [bug#54836] [PATCH v3] http-client: Factor out open-connection*, rename variables Attila Lendvai
2023-01-06 18:46 ` [bug#54836] [PATCH v4 1/2] " Attila Lendvai
2023-01-06 18:46 ` [bug#54836] [PATCH v4 2/2] http-client: Added accept-all-response-codes? argument Attila Lendvai
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87zgkriyct.fsf_-_@gnu.org \
--to=ludo@gnu.org \
--cc=54836@debbugs.gnu.org \
--cc=attila@lendvai.name \
/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.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).