Searched refs:ngx_http_v2_send_settings (Results 1 – 1 of 1) sorted by relevance
137 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