challenger

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

commit 09dfe3bd3d0c100f1cb835c2ee9e8b2cc8b83413
parent a90483affc1af150a8cea6cde4195b8843dafd34
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue,  8 Apr 2025 13:32:00 +0200

-reconnect after failure

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

diff --git a/src/challenger/challenger-httpd.c b/src/challenger/challenger-httpd.c @@ -438,6 +438,8 @@ handle_mhd_completion_callback (void *cls, if (NULL == hc) return; GNUNET_assert (hc->connection == connection); + GNUNET_break (GNUNET_OK == + CH_db->preflight (CH_db->cls)); ci = MHD_get_connection_info (connection, MHD_CONNECTION_INFO_HTTP_STATUS); GNUNET_log (GNUNET_ERROR_TYPE_INFO,