nah, also on internal server errors and anything I can imagine we should backoff, not just on timeout

This commit is contained in:
Christian Grothoff 2021-01-16 22:36:30 +01:00
parent 8c4bc1121a
commit c630487dfc
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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);