We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76ce4e5 commit 7d7fddcCopy full SHA for 7d7fddc
ngx_http_reqstat_module.c
@@ -11,9 +11,6 @@ typedef struct {
11
static ngx_http_input_body_filter_pt ngx_http_next_input_body_filter;
12
static ngx_http_output_body_filter_pt ngx_http_next_output_body_filter;
13
14
-ngx_int_t (*ngx_http_top_header_filter) (ngx_http_request_t *r);
15
-ngx_int_t (*ngx_http_top_body_filter) (ngx_http_request_t *r, ngx_chain_t *ch);
16
-
17
ngx_int_t (*ngx_http_top_input_body_filter) (ngx_http_request_t *r,
18
ngx_buf_t *buf);
19
0 commit comments