From c630487dfc249628016efcef210b5b37f102c855 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 16 Jan 2021 22:36:30 +0100 Subject: 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(-) (limited to 'src/lib') 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); -- cgit v1.2.3