-
Notifications
You must be signed in to change notification settings - Fork 515
Description
I am attempting to add this module to nginx 1.29.3 and when I run the patch command, I get the following error:
patch -p1 < ../proxy_connect_rewrite_102101.patch
patching file src/http/ngx_http_core_module.c
Hunk #1 succeeded at 971 (offset 14 lines).
patching file src/http/ngx_http_parse.c
Hunk #2 FAILED at 278.
Hunk #3 succeeded at 289 (offset 2 lines).
1 out of 3 hunks FAILED -- saving rejects to file src/http/ngx_http_parse.c.rej
patching file src/http/ngx_http_request.c
Hunk #1 succeeded at 1155 (offset 53 lines).
Hunk #2 succeeded at 1808 with fuzz 1 (offset 62 lines).
Hunk #3 FAILED at 2073.
1 out of 3 hunks FAILED -- saving rejects to file src/http/ngx_http_request.c.rej
patching file src/http/ngx_http_request.h
Hunk #1 succeeded at 420 (offset 6 lines).
patching file src/http/ngx_http_variables.c
Hunk #1 succeeded at 167 (offset 4 lines).
Will there be a new patch released to support 1.29.x?