mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06: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