challenger

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

commit a9b2fb0815456e63f395ba97381e108caf099f51
parent c5e8511e2a6d438bc9022f4efcd0aef8bfd37549
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 15 Apr 2025 12:24:06 +0200

fix upload handling

Diffstat:
Mdebian/changelog | 1+
Msrc/challenger/challenger-httpd_setup.c | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog @@ -1,6 +1,7 @@ challenger (0.14.11) unstable; urgency=low * fixed SQL bug, this time hopefully finally correct + * fix upload handling logic in /setup endpoint * Release version 0.14.11 -- Christian Grothoff <grothoff@gnu.org> Tue, 14 Apr 2025 12:50:23 +0200 diff --git a/src/challenger/challenger-httpd_setup.c b/src/challenger/challenger-httpd_setup.c @@ -88,6 +88,7 @@ CH_handler_setup (struct CH_HandlerContext *hc, sc->hc = hc; hc->cc = &request_done; hc->ctx = sc; + return MHD_YES; } if ( (NULL == sc->root) && (0 != *upload_data_size) )