From 4b9fb610d81c47fbd8613cb71a4f25ce6b2d2993 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 20 Dec 2020 20:03:59 +0100 Subject: do not log error on MHD_HTTP_GONE status code, revocation is a legitimate reply --- src/testing/testing_api_cmd_withdraw.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/testing/testing_api_cmd_withdraw.c') diff --git a/src/testing/testing_api_cmd_withdraw.c b/src/testing/testing_api_cmd_withdraw.c index df33ef2eb..cfbdc177d 100644 --- a/src/testing/testing_api_cmd_withdraw.c +++ b/src/testing/testing_api_cmd_withdraw.c @@ -265,6 +265,9 @@ reserve_withdraw_cb (void *cls, case MHD_HTTP_CONFLICT: /* nothing to check */ break; + case MHD_HTTP_GONE: + /* theoretically could check that the key was actually */ + break; case MHD_HTTP_NOT_FOUND: /* nothing to check */ break; -- cgit v1.2.3