gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: fix typo: ‘s/(MHD_HTTP_UNPROCESS


From: gnunet
Subject: [taler-exchange] branch master updated: fix typo: ‘s/(MHD_HTTP_UNPROCESSABLE)_CONTENT/\1_ENTITY/g’
Date: Tue, 16 Aug 2022 19:47:01 +0200

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

ttn pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new af97071a fix typo: ‘s/(MHD_HTTP_UNPROCESSABLE)_CONTENT/\1_ENTITY/g’
af97071a is described below

commit af97071ad6446b851bbb8cd319a768eade952fee
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Tue Aug 16 13:46:40 2022 -0400

    fix typo: ‘s/(MHD_HTTP_UNPROCESSABLE)_CONTENT/\1_ENTITY/g’
---
 src/kyclogic/plugin_kyclogic_kycaid.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/kyclogic/plugin_kyclogic_kycaid.c 
b/src/kyclogic/plugin_kyclogic_kycaid.c
index 4c773e93..acfcb0e0 100644
--- a/src/kyclogic/plugin_kyclogic_kycaid.c
+++ b/src/kyclogic/plugin_kyclogic_kycaid.c
@@ -489,7 +489,7 @@ handle_initiate_finished (void *cls,
             json_string_value (json_object_get (j,
                                                 "type")));
     break;
-  case MHD_HTTP_UNPROCESSABLE_CONTENT: /* validation */
+  case MHD_HTTP_UNPROCESSABLE_ENTITY: /* validation */
     GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
                 "KYCAID failed with response %u:\n",
                 (unsigned int) response_code);
@@ -772,7 +772,7 @@ handle_proof_finished (void *cls,
             MHD_HTTP_GATEWAY_TIMEOUT,
             resp);
     break;
-  case MHD_HTTP_UNPROCESSABLE_CONTENT: /* validation */
+  case MHD_HTTP_UNPROCESSABLE_ENTITY: /* validation */
     GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
                 "KYCAID failed with response %u:\n",
                 (unsigned int) response_code);
@@ -1066,7 +1066,7 @@ handle_webhook_finished (void *cls,
             MHD_HTTP_GATEWAY_TIMEOUT,
             resp);
     break;
-  case MHD_HTTP_UNPROCESSABLE_CONTENT: /* validation */
+  case MHD_HTTP_UNPROCESSABLE_ENTITY: /* validation */
     GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
                 "KYCAID failed with response %u:\n",
                 (unsigned int) response_code);

-- 
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]