summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http.h
diff options
context:
space:
mode:
authorRoman Arutyunyan <arut@nginx.com>2021-09-17 16:32:23 +0300
committerRoman Arutyunyan <arut@nginx.com>2021-09-17 16:32:23 +0300
commit0f3eb180d2af781c98b84c1e5e2b4fe4c0c3be54 (patch)
tree11294d95f470862735e65c0d6614859bf46c3c64 /src/http/ngx_http.h
parent00bb4e4b8d2c6fa9a9323b158cfc22071b848e87 (diff)
downloadnginx-0f3eb180d2af781c98b84c1e5e2b4fe4c0c3be54.tar.gz
nginx-0f3eb180d2af781c98b84c1e5e2b4fe4c0c3be54.tar.bz2
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.
Diffstat (limited to 'src/http/ngx_http.h')
-rw-r--r--src/http/ngx_http.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h
index fb4157715..708defebc 100644
--- a/src/http/ngx_http.h
+++ b/src/http/ngx_http.h
@@ -92,7 +92,6 @@ ngx_int_t ngx_http_add_listen(ngx_conf_t *cf, ngx_http_core_srv_conf_t *cscf,
void ngx_http_init_connection(ngx_connection_t *c);
void ngx_http_close_connection(ngx_connection_t *c);
-u_char *ngx_http_log_error(ngx_log_t *log, u_char *buf, size_t len);
#if (NGX_HTTP_SSL && defined SSL_CTRL_SET_TLSEXT_HOSTNAME)
int ngx_http_ssl_servername(ngx_ssl_conn_t *ssl_conn, int *ad, void *arg);