paivana

HTTP paywall reverse proxy
Log | Files | Refs | Submodules | README | LICENSE

commit fd46bcdead8ef87bf13e95ee11433004a9db68d7
parent 5f6da77189e35f9eca129974082e57ffd997fe04
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 23 Apr 2026 22:54:43 +0200

fail 100 continue early properly

Diffstat:
Msrc/backend/paivana-httpd_reverse.c | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/backend/paivana-httpd_reverse.c b/src/backend/paivana-httpd_reverse.c @@ -230,9 +230,6 @@ struct HttpRequest * Set when the request body exceeded `PH_request_buffer_max`. We * must drain the rest of the upload silently and queue the 413 * response on the "final" access-handler call. - * - * FIXME: better: do not generate 100 continue in this case - * in the first place! */ bool reject_upload; };