substitute: Close port at the end of http-multiple-get.
* guix/scripts/substitute.scm (http-multiple-get): Add close-port call.master
parent
d5abb3049e
commit
928dc1bb1c
|
@ -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))))
|
||||
|
|
Reference in New Issue