mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
http-client: Don't drop failed query when reconnecting.
Reported by Christopher Baines <mail@cbaines.net>. * guix/http-client.scm (http-multiple-get): Change 2nd argument to 'drop' to PROCESSED when (false-if-networking-error ...) returns #f.
This commit is contained in:
parent
58452d08ff
commit
673e5276f6
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ (define batch
|
|||
(#f
|
||||
(close-port p)
|
||||
(connect #f ; try again
|
||||
(drop requests (+ 1 processed))
|
||||
(drop requests processed)
|
||||
result)))))))))
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue