Searched refs:ngx_http_v2_send_goaway (Results 1 – 1 of 1) sorted by relevance
144 static ngx_int_t ngx_http_v2_send_goaway(ngx_http_v2_connection_t *h2c,360 if (ngx_http_v2_send_goaway(h2c, NGX_HTTP_V2_NO_ERROR) in ngx_http_v2_read_handler()1180 if (ngx_http_v2_send_goaway(h2c, NGX_HTTP_V2_NO_ERROR) == NGX_ERROR) { in ngx_http_v2_state_headers()2870 ngx_http_v2_send_goaway(ngx_http_v2_connection_t *h2c, ngx_uint_t status) in ngx_http_v2_send_goaway() function4573 if (ngx_http_v2_send_goaway(h2c, status) != NGX_ERROR) { in ngx_http_v2_finalize_connection()