Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c23 #define NGX_HTTP_V2_NO_ERROR 0x0 macro
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()
4333 if (ngx_http_v2_send_rst_stream(h2c, node->id, NGX_HTTP_V2_NO_ERROR) in ngx_http_v2_close_stream()
4506 ngx_http_v2_finalize_connection(h2c, NGX_HTTP_V2_NO_ERROR); in ngx_http_v2_idle_handler()
4536 ngx_http_v2_finalize_connection(h2c, NGX_HTTP_V2_NO_ERROR); in ngx_http_v2_idle_handler()