diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-07-05 13:01:17 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-07-05 13:01:17 +0200 |
commit | a01c1acc3c854800dc7544c39e3b7e62e95486a3 (patch) | |
tree | bd5a75bf98ee82729038f0219215c84e75c50161 | |
parent | 7201ce3166127e45f924c3119c3037917d32e594 (diff) |
-actually, incrementing on every error seems fine
-rw-r--r-- | src/lib/exchange_api_wire.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/exchange_api_wire.c b/src/lib/exchange_api_wire.c index 0390623fa..3079064c8 100644 --- a/src/lib/exchange_api_wire.c +++ b/src/lib/exchange_api_wire.c @@ -221,7 +221,6 @@ handle_wire_finished (void *cls, { case 0: hr.ec = TALER_EC_GENERIC_INVALID_RESPONSE; - /* FIXME: Maybe we should only increment when we know it's a timeout? */ wh->exchange->wire_error_count++; break; case MHD_HTTP_OK: |