mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
substitute: Close port at the end of http-multiple-get.
* guix/scripts/substitute.scm (http-multiple-get): Add close-port call.
This commit is contained in:
parent
d5abb3049e
commit
928dc1bb1c
1 changed files with 1 additions and 0 deletions
|
@ -537,6 +537,7 @@ (define batch
|
|||
(()
|
||||
(match (drop requests processed)
|
||||
(()
|
||||
(close-port p)
|
||||
(reverse result))
|
||||
(remainder
|
||||
(connect p remainder result))))
|
||||
|
|
Loading…
Reference in a new issue