Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c144 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() function
4573 if (ngx_http_v2_send_goaway(h2c, status) != NGX_ERROR) { in ngx_http_v2_finalize_connection()