]> git.feebdaed.xyz Git - 0xmirror/nginx.git/commit
Made ngx_http_process_request_header() static again.
authorSergey Kandaurov <pluknet@nginx.com>
Wed, 23 Jul 2025 11:56:37 +0000 (15:56 +0400)
committerpluknet <pluknet@nginx.com>
Sun, 3 Aug 2025 06:07:07 +0000 (10:07 +0400)
commit4d857aaf435975d3c34e41d7a9cb50c0f87879ec
tree013429fd8f6661ef63c2b3e9d1c4e94adb42770f
parentede5623b1529131fcc3f994e6a6f0692954fa26b
Made ngx_http_process_request_header() static again.

The function contains mostly HTTP/1.x specific request processing,
which has no use in other protocols.  After the previous change in
HTTP/2, it can now be hidden.

This is an API change.
src/http/ngx_http.h
src/http/ngx_http_request.c