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
1 changed files with 1 additions and 0 deletions

View File

@ -537,6 +537,7 @@ initial connection on which HTTP requests are sent."
(()
(match (drop requests processed)
(()
(close-port p)
(reverse result))
(remainder
(connect p remainder result))))