Home
last modified time | relevance | path

Searched refs:goaway (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.h161 unsigned goaway:1; member
H A Dngx_http_v2.c357 if (!h2c->goaway) { in ngx_http_v2_read_handler()
358 h2c->goaway = 1; in ngx_http_v2_read_handler()
650 if (h2c->goaway) { in ngx_http_v2_handle_connection()
1047 if (h2c->goaway) { in ngx_http_v2_state_headers()
1178 h2c->goaway = 1; in ngx_http_v2_state_headers()
4572 if (!c->error && !h2c->goaway) { in ngx_http_v2_finalize_connection()
H A Dngx_http_v2_filter_module.c247 if (!h2c->push_disabled && !h2c->goaway in ngx_http_v2_header_filter()