From f82c7a5cdb2238e8c32649227daee05a0f885155 Mon Sep 17 00:00:00 2001 From: default Date: Thu, 19 Dec 2024 16:14:13 +0100 Subject: [PATCH] Propagate FastCGI variable REMOTE_ADDR. --- xs_fcgi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xs_fcgi.h b/xs_fcgi.h index c79121f..c6ffe1f 100644 --- 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);