summaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_wire.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-07-05 13:01:17 +0200
committerChristian Grothoff <christian@grothoff.org>2022-07-05 13:01:17 +0200
commita01c1acc3c854800dc7544c39e3b7e62e95486a3 (patch)
treebd5a75bf98ee82729038f0219215c84e75c50161 /src/lib/exchange_api_wire.c
parent7201ce3166127e45f924c3119c3037917d32e594 (diff)
downloadexchange-a01c1acc3c854800dc7544c39e3b7e62e95486a3.tar.gz
exchange-a01c1acc3c854800dc7544c39e3b7e62e95486a3.tar.bz2
exchange-a01c1acc3c854800dc7544c39e3b7e62e95486a3.zip
-actually, incrementing on every error seems fine
Diffstat (limited to 'src/lib/exchange_api_wire.c')
-rw-r--r--src/lib/exchange_api_wire.c1
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: