From dc03bcf42d48ba06cdc26fd8f31dae72324be387 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 2 Nov 2017 17:28:32 +0100 Subject: complete /tip-pickup testing --- src/lib/merchant_api_tip_pickup.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/lib/merchant_api_tip_pickup.c') diff --git a/src/lib/merchant_api_tip_pickup.c b/src/lib/merchant_api_tip_pickup.c index 74bcbe18..e967588a 100644 --- a/src/lib/merchant_api_tip_pickup.c +++ b/src/lib/merchant_api_tip_pickup.c @@ -176,6 +176,9 @@ handle_tip_pickup_finished (void *cls, /* Server had an internal issue; we should retry, but this API leaves this to the application */ break; + case MHD_HTTP_SERVICE_UNAVAILABLE: + /* legal, can happen if we pickup a tip twice... */ + break; default: /* unexpected response code */ GNUNET_log (GNUNET_ERROR_TYPE_ERROR, -- cgit v1.2.3