commit a01c1acc3c854800dc7544c39e3b7e62e95486a3
parent 7201ce3166127e45f924c3119c3037917d32e594
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 5 Jul 2022 13:01:17 +0200
-actually, incrementing on every error seems fine
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git 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: