]> git.kaiwu.me - nginx.git/commit
HTTP/3: make ngx_http_log_error() static again.
authorRoman Arutyunyan <arut@nginx.com>
Fri, 17 Sep 2021 13:32:23 +0000 (16:32 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Fri, 17 Sep 2021 13:32:23 +0000 (16:32 +0300)
commit0f3eb180d2af781c98b84c1e5e2b4fe4c0c3be54
tree11294d95f470862735e65c0d6614859bf46c3c64
parent00bb4e4b8d2c6fa9a9323b158cfc22071b848e87
HTTP/3: make ngx_http_log_error() static again.

This function was only referenced from ngx_http_v3_create_push_request() to
initialize push connection log.  Now the log handler is copied from the parent
request connection.

The change reduces diff to the default branch.
src/http/ngx_http.h
src/http/ngx_http_request.c
src/http/v3/ngx_http_v3_filter_module.c