Mercurial > nginx
changeset 9417:b4cfd7b4e4ea
HTTP/2: added function declaration.
| author | Roman Arutyunyan <arut@nginx.com> |
|---|---|
| date | Wed, 18 Jun 2025 19:48:19 +0400 |
| parents | 2034e305475d |
| children | 903a20d1200a |
| files | src/http/v2/ngx_http_v2_filter_module.c |
| diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/http/v2/ngx_http_v2_filter_module.c Mon May 26 16:11:36 2025 +0400 +++ b/src/http/v2/ngx_http_v2_filter_module.c Wed Jun 18 19:48:19 2025 +0400 @@ -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(
