From 23507d8565334594bb397a08d2fd853f2b96d776 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 16 Jan 2020 16:40:02 +0100 Subject: HTTP_NOT_ACCEPTABLE is not an expected status code, as it is for content type negotiation --- src/bank-lib/bank_api_admin.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/bank-lib/bank_api_admin.c') diff --git a/src/bank-lib/bank_api_admin.c b/src/bank-lib/bank_api_admin.c index 6e4d937c5..4c1cd3201 100644 --- a/src/bank-lib/bank_api_admin.c +++ b/src/bank-lib/bank_api_admin.c @@ -129,11 +129,6 @@ handle_admin_add_incoming_finished (void *cls, happen, we should pass the JSON reply to the application */ ec = TALER_BANK_parse_ec_ (j); break; - case MHD_HTTP_NOT_ACCEPTABLE: - /* Nothing really to verify, this should never - happen, we should pass the JSON reply to the application */ - ec = TALER_BANK_parse_ec_ (j); - break; case MHD_HTTP_INTERNAL_SERVER_ERROR: /* Server had an internal issue; we should retry, but this API leaves this to the application */ -- cgit v1.2.3