gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: -actually, incrementing on every


From: gnunet
Subject: [taler-exchange] branch master updated: -actually, incrementing on every error seems fine
Date: Tue, 05 Jul 2022 13:01:20 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new a01c1acc -actually, incrementing on every error seems fine
a01c1acc is described below

commit a01c1acc3c854800dc7544c39e3b7e62e95486a3
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Jul 5 13:01:17 2022 +0200

    -actually, incrementing on every error seems fine
---
 src/lib/exchange_api_wire.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/lib/exchange_api_wire.c b/src/lib/exchange_api_wire.c
index 0390623f..3079064c 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:

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]