-actually, incrementing on every error seems fine
This commit is contained in:
parent
7201ce3166
commit
a01c1acc3c
@ -221,7 +221,6 @@ handle_wire_finished (void *cls,
|
|||||||
{
|
{
|
||||||
case 0:
|
case 0:
|
||||||
hr.ec = TALER_EC_GENERIC_INVALID_RESPONSE;
|
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++;
|
wh->exchange->wire_error_count++;
|
||||||
break;
|
break;
|
||||||
case MHD_HTTP_OK:
|
case MHD_HTTP_OK:
|
||||||
|
Loading…
Reference in New Issue
Block a user