aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.c
diff options
context:
space:
mode:
authorRoman Arutyunyan <arut@nginx.com>2020-07-23 13:41:24 +0300
committerRoman Arutyunyan <arut@nginx.com>2020-07-23 13:41:24 +0300
commit6d064c94e0600f7ff15e2815784f9f89cc4858b4 (patch)
tree4ed79e2d168f9c145167a5fe924bc1e050f3ad00 /src/http/ngx_http_request.c
parent77384356cea5750aee576b7d4a68aa0b0a1c13a1 (diff)
downloadnginx-6d064c94e0600f7ff15e2815784f9f89cc4858b4.tar.gz
nginx-6d064c94e0600f7ff15e2815784f9f89cc4858b4.zip
HTTP/3: server pushes.
New directives are added: - http3_max_concurrent_pushes - http3_push - http3_push_preload
Diffstat (limited to 'src/http/ngx_http_request.c')
-rw-r--r--src/http/ngx_http_request.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/http/ngx_http_request.c b/src/http/ngx_http_request.c
index 82deef674..54e5e2866 100644
--- a/src/http/ngx_http_request.c
+++ b/src/http/ngx_http_request.c
@@ -55,7 +55,6 @@ static ngx_int_t ngx_http_post_action(ngx_http_request_t *r);
static void ngx_http_close_request(ngx_http_request_t *r, ngx_int_t error);
static void ngx_http_log_request(ngx_http_request_t *r);
-static u_char *ngx_http_log_error(ngx_log_t *log, u_char *buf, size_t len);
static u_char *ngx_http_log_error_handler(ngx_http_request_t *r,
ngx_http_request_t *sr, u_char *buf, size_t len);
@@ -3838,7 +3837,7 @@ ngx_http_close_connection(ngx_connection_t *c)
}
-static u_char *
+u_char *
ngx_http_log_error(ngx_log_t *log, u_char *buf, size_t len)
{
u_char *p;