ngx_http_proxy_connect_module
ngx_http_proxy_connect_module copied to clipboard
error: duplicate member ‘connect_host
Ⅰ. Issue Description
This error occurs when the make command is executed,I can use nginx version 1.21.0
Ⅱ. Describe what happened

Ⅲ. Describe what you expected to happen
Ⅳ. How to reproduce it (as minimally and precisely as possible)
Ⅴ. Anything else we need to know?
- If applicable, add nginx debug log.
Ⅵ. Environment:
- Tengine/Nginx/OpenResty version (use
sbin/nginx -v): - Which patch do you use?
I doest not reproduce this problem for nginx-1.21.1.
I guess you patch twice the patch file to nginx source.
You can re-download nginx-1.21.1 source, and patch it with this patch: proxy_connect_rewrite_102101.patch, then reconfigure with this module and compile it
think it resolved. feel free to reopen if u still have the same problem