[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#39873] [PATCH 1/3] substitute: Use the same port for multiple reque
From: |
Ludovic Courtès |
Subject: |
[bug#39873] [PATCH 1/3] substitute: Use the same port for multiple request batches. |
Date: |
Sat, 07 Mar 2020 22:12:58 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) |
Hi Christopher!
Christopher Baines <address@hidden> skribis:
> In http-multiple-get.
Leftover? :-)
> * guix/scripts/substitute.scm (http-multiple-get): Switch port to p in one
> occurrence.
> ---
> guix/scripts/substitute.scm | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/guix/scripts/substitute.scm b/guix/scripts/substitute.scm
> index dfb975a24a..5ed43d36c9 100755
> --- a/guix/scripts/substitute.scm
> +++ b/guix/scripts/substitute.scm
> @@ -545,7 +545,7 @@ initial connection on which HTTP requests are sent."
> (()
> (reverse result))
> (remainder
> - (connect port remainder result))))
> + (connect p remainder result))))
LGTM!
Did you notice an occurrence of this bug somewhere?
Ludo’.