diff options
author | Roman Arutyunyan <arut@nginx.com> | 2025-06-18 19:48:19 +0400 |
---|---|---|
committer | Roman Arutyunyan <arutyunyan.roman@gmail.com> | 2025-06-19 10:19:57 +0400 |
commit | ea001feb10a294ccd53c896b9919f17f5cbda468 (patch) | |
tree | 4159ee92b05a50cefc4fc0b2cba909420c98c24e /src | |
parent | 5b8a5c08ce28639e788734b2528faad70baa113c (diff) | |
download | nginx-ea001feb10a294ccd53c896b9919f17f5cbda468.tar.gz nginx-ea001feb10a294ccd53c896b9919f17f5cbda468.zip |
HTTP/2: added function declaration.
Diffstat (limited to 'src')
-rw-r--r-- | src/http/v2/ngx_http_v2_filter_module.c | 2 |
1 files changed, 2 insertions, 0 deletions
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( |