[PATCH 0 of 1] Fix infinite loop on NGX_DECLINED

2024-09-12 Thread Will Hawkins
Hello Maxim (and community)! First, I am a huge fan of freenginx. I have switched all my installations to use freenginx and support your tremendous effort to protect the community. I was writing a module when I noticed that using NGX_DECLINED as the rc when calling ngx_http_finalize_request cause

[PATCH 1 of 1] HTTP: Fix infinite loop on NGX_DECLINED in ngx_http_finalize_request

2024-09-12 Thread Will Hawkins
# HG changeset patch # User Will Hawkins # Date 1726202944 14400 # Fri Sep 13 00:49:04 2024 -0400 # Node ID 5bfd931f3b9641b51344d437207134f094012de5 # Parent dbf76fdd109fbbba40a7c5299cc277d180f4bbad HTTP: Fix infinite loop on NGX_DECLINED in ngx_http_finalize_request A handler that invokes