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.master
parent
58452d08ff
commit
673e5276f6
|
@ -250,7 +250,7 @@ returning."
|
|||
(#f
|
||||
(close-port p)
|
||||
(connect #f ; try again
|
||||
(drop requests (+ 1 processed))
|
||||
(drop requests processed)
|
||||
result)))))))))
|
||||
|
||||
|
||||
|
|
Reference in New Issue