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:
Christopher Baines 2020-03-02 20:20:40 +00:00
parent d5abb3049e
commit 928dc1bb1c
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -537,6 +537,7 @@ (define batch
(()
(match (drop requests processed)
(()
(close-port p)
(reverse result))
(remainder
(connect p remainder result))))