Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.h210 unsigned exhausted:1; member
H A Dngx_http_v2_filter_module.c1759 stream->exhausted = 1; in ngx_http_v2_flow_control()
2063 if (!fc->error && stream->exhausted) { in ngx_http_v2_handle_stream()
H A Dngx_http_v2.c2320 if (stream->exhausted) { in ngx_http_v2_state_window_update()
2321 stream->exhausted = 0; in ngx_http_v2_state_window_update()
4680 if (stream->send_window > 0 && stream->exhausted) { in ngx_http_v2_adjust_windows()
4681 stream->exhausted = 0; in ngx_http_v2_adjust_windows()