snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit f82c7a5cdb2238e8c32649227daee05a0f885155
parent 70ee3289f8b5e4b7c84e5f6e40766011e02a3a46
Author: default <nobody@localhost>
Date:   Thu, 19 Dec 2024 16:14:13 +0100

Propagate FastCGI variable REMOTE_ADDR.

Diffstat:
Mxs_fcgi.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xs_fcgi.h b/xs_fcgi.h @@ -190,7 +190,7 @@ xs_dict *xs_fcgi_request(FILE *f, xs_str **payload, int *p_size, int *fcgi_id) q_vars = xs_url_vars(xs_list_get(pnv, 1)); } else - if (xs_match(k, "CONTENT_TYPE|CONTENT_LENGTH|HTTP_*")) { + if (xs_match(k, "CONTENT_TYPE|CONTENT_LENGTH|REMOTE_ADDR|HTTP_*")) { if (xs_startswith(k, "HTTP_")) k = xs_crop_i(k, 5, 0);