HTTP/2: added function declaration.

This commit is contained in:
Roman Arutyunyan 2025-06-18 19:48:19 +04:00 committed by Roman Arutyunyan
parent 5b8a5c08ce
commit ea001feb10

View File

@ -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(