Closed rootarf closed 2 months ago
456.0 /ngx_http_proxy_connect_module-0.0.5/ngx_http_proxy_connect_module.c:1673:44: error: 'ngx_http_request_t' {aka 'struct ngx_http_request_s'} has no member named 'connect_port_n'; did you mean 'connection'? 456.0 1673 | if (r->connect_port_n == 443 || r->connect_port_n == 563) {
It seems that you did not successfully patch nginx core with the patch, you could check the source code associated ngx_http_request_t
structure to check whether there is a patched new field connect_port_n
Hi, I'm building image alpine-3.19.1 with nginx-1.25.4 and nginx-1.20.2 and adding proxy_connect_rewrite_102101.patch or proxy_connect_rewrite_1018.patch. While in the middle of compile process I got the following error.
Have there been any previous issues/fixes related to the problem below? Thanks
error log :