mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 19:09:27 +01:00
substitute: Use the same port for multiple request batches.
In http-multiple-get. * guix/scripts/substitute.scm (http-multiple-get): Switch port to p in one occurrence.
This commit is contained in:
parent
910bf1f7a1
commit
121191f23a
1 changed files with 1 additions and 1 deletions
|
@ -538,7 +538,7 @@ initial connection on which HTTP requests are sent."
|
|||
(()
|
||||
(reverse result))
|
||||
(remainder
|
||||
(connect port remainder result))))
|
||||
(connect p remainder result))))
|
||||
((head tail ...)
|
||||
(let* ((resp (read-response p))
|
||||
(body (response-body-port resp))
|
||||
|
|
Loading…
Add table
Reference in a new issue