[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: nah, also on internal server err
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: nah, also on internal server errors and anything I can imagine we should backoff, not just on timeout |
Date: |
Sat, 16 Jan 2021 22:36:32 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new c630487d nah, also on internal server errors and anything I can
imagine we should backoff, not just on timeout
c630487d is described below
commit c630487dfc249628016efcef210b5b37f102c855
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Jan 16 22:36:30 2021 +0100
nah, also on internal server errors and anything I can imagine we should
backoff, not just on timeout
---
src/lib/exchange_api_handle.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/lib/exchange_api_handle.c b/src/lib/exchange_api_handle.c
index 3cb5f48f..ee7aea3f 100644
--- a/src/lib/exchange_api_handle.c
+++ b/src/lib/exchange_api_handle.c
@@ -1103,7 +1103,6 @@ keys_completed_cb (void *cls,
{
case 0:
free_keys_request (kr);
- /* FIXME: Maybe we should only increment when we know it's a timeout? */
exchange->keys_error_count++;
exchange->kr = NULL;
GNUNET_assert (NULL == exchange->retry_task);
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-exchange] branch master updated: nah, also on internal server errors and anything I can imagine we should backoff, not just on timeout,
gnunet <=