download: 'url-fetch' closes its HTTP/HTTPS port.
* guix/build/download.scm (url-fetch)[fetch]: In the http/https case, close PORT before returning.
parent
dc3ad40c6b
commit
cce7427f95
|
@ -744,6 +744,7 @@ otherwise simply ignore them."
|
|||
(progress-reporter/file
|
||||
(uri-abbreviation uri) size)))
|
||||
(newline)))
|
||||
(close-port port)
|
||||
file)))
|
||||
((ftp)
|
||||
(false-if-exception* (ftp-fetch uri file
|
||||
|
|
Reference in New Issue