Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c137 static ngx_int_t ngx_http_v2_send_settings(ngx_http_v2_connection_t *h2c);
300 if (ngx_http_v2_send_settings(h2c) == NGX_ERROR) { in ngx_http_v2_init()
2723 ngx_http_v2_send_settings(ngx_http_v2_connection_t *h2c) in ngx_http_v2_send_settings() function