substitute: Stop using call-with-cached-connection in fetch-narinfos.
authorChristopher Baines <mail@cbaines.net>
Thu, 7 Jan 2021 19:44:56 +0000 (19:44 +0000)
committerChristopher Baines <mail@cbaines.net>
Mon, 22 Feb 2021 20:43:10 +0000 (20:43 +0000)
commit7b812f7c84c43455cdd68a0e51b6ded018afcc8e
tree0a7afc014c4e6d1763bb40dc0b426925d2b59df0
parentf50b501a7472f4f237023831aa415a948115d1d1
substitute: Stop using call-with-cached-connection in fetch-narinfos.

Instead, just pass open-connection-for-uri/maybe to http-multiple-get. This
code should be functionaly similar to the previous code. The eventual aim of
this is to make the connection caching not mandatory in fetch-narinfos.

* guix/scripts/substitute.scm (fetch-narinfos): Remove use of
call-with-cached-connection.
guix/scripts/substitute.scm