]> git.kaiwu.me - nginx.git/commit
CONNECT method support for HTTP/1.1.
authorRoman Arutyunyan <arut@nginx.com>
Tue, 23 Sep 2025 11:03:52 +0000 (15:03 +0400)
committerRoman Arutyunyan <arutyunyan.roman@gmail.com>
Thu, 23 Oct 2025 14:40:05 +0000 (18:40 +0400)
commit42ca3a4576a32d0a912b0bba4088b8169f55ab2d
tree9277aa698778e2b82eaed13d6196ac21e1c0c990
parentc8c7beb96f61e2251abbc345357116131cf91c22
CONNECT method support for HTTP/1.1.

The change allows modules to use the CONNECT method with HTTP/1.1 requests.
To do so, they need to set the "allow_connect" flag in the core server
configuration.
src/http/modules/ngx_http_chunked_filter_module.c
src/http/ngx_http_core_module.h
src/http/ngx_http_parse.c
src/http/ngx_http_request.c