diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-01-16 22:36:30 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-01-16 22:36:30 +0100 |
commit | c630487dfc249628016efcef210b5b37f102c855 (patch) | |
tree | d99374512fcc6fcfea30bfddba12cca4e4466b7e /src/lib/exchange_api_handle.c | |
parent | 8c4bc1121a10b525460a1d7de0973670c1f290fa (diff) |
nah, also on internal server errors and anything I can imagine we should backoff, not just on timeout
Diffstat (limited to 'src/lib/exchange_api_handle.c')
-rw-r--r-- | src/lib/exchange_api_handle.c | 1 |
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); |