challenger

OAuth 2.0-based authentication service that validates user can receive messages at a certain address
Log | Files | Refs | Submodules | README | LICENSE

commit 00db25f3a4711df81c02c738e8905b81d58f2692
parent 99af180308ed9fe82ee272d0508e3a5f3686ca3f
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 19 Apr 2025 22:16:49 +0200

-debug logic (commented out)

Diffstat:
Msrc/challenger/challenger-httpd_setup.c | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/challenger/challenger-httpd_setup.c b/src/challenger/challenger-httpd_setup.c @@ -109,6 +109,13 @@ CH_handler_setup (struct CH_HandlerContext *hc, /* parse byte stream upload into JSON */ enum GNUNET_GenericReturnValue res; +#if DEBUG + GNUNET_log (GNUNET_ERROR_TYPE_INFO, + "Handling upload of `%.*s' (%s)\n", + (int) *upload_data_size, + upload_data, + cl); +#endif res = TALER_MHD_parse_post_json (hc->connection, &sc->opaque_post_parsing_context, upload_data,