summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-01-16 22:36:30 +0100
committerChristian Grothoff <christian@grothoff.org>2021-01-16 22:36:30 +0100
commitc630487dfc249628016efcef210b5b37f102c855 (patch)
treed99374512fcc6fcfea30bfddba12cca4e4466b7e /src/lib
parent8c4bc1121a10b525460a1d7de0973670c1f290fa (diff)
downloadexchange-c630487dfc249628016efcef210b5b37f102c855.tar.gz
exchange-c630487dfc249628016efcef210b5b37f102c855.tar.bz2
exchange-c630487dfc249628016efcef210b5b37f102c855.zip
nah, also on internal server errors and anything I can imagine we should backoff, not just on timeout
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/exchange_api_handle.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/exchange_api_handle.c b/src/lib/exchange_api_handle.c
index 3cb5f48fa..ee7aea3fd 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);