From ea001feb10a294ccd53c896b9919f17f5cbda468 Mon Sep 17 00:00:00 2001 From: Roman Arutyunyan Date: Wed, 18 Jun 2025 19:48:19 +0400 Subject: HTTP/2: added function declaration. --- src/http/v2/ngx_http_v2_filter_module.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/http/v2/ngx_http_v2_filter_module.c b/src/http/v2/ngx_http_v2_filter_module.c index b63e343a0..556446ed2 100644 --- a/src/http/v2/ngx_http_v2_filter_module.c +++ b/src/http/v2/ngx_http_v2_filter_module.c @@ -27,6 +27,8 @@ #define NGX_HTTP_V2_NO_TRAILERS (ngx_http_v2_out_frame_t *) -1 +static ngx_int_t ngx_http_v2_header_filter(ngx_http_request_t *r); + static ngx_http_v2_out_frame_t *ngx_http_v2_create_headers_frame( ngx_http_request_t *r, u_char *pos, u_char *end, ngx_uint_t fin); static ngx_http_v2_out_frame_t *ngx_http_v2_create_trailers_frame( -- cgit