Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c24 #define NGX_HTTP_V2_PROTOCOL_ERROR 0x1 macro
346 ngx_http_v2_finalize_connection(h2c, NGX_HTTP_V2_PROTOCOL_ERROR); in ngx_http_v2_read_handler()
826 NGX_HTTP_V2_PROTOCOL_ERROR); in ngx_http_v2_state_data()
1115 status = NGX_HTTP_V2_PROTOCOL_ERROR; in ngx_http_v2_state_headers()
1597 NGX_HTTP_V2_PROTOCOL_ERROR) in ngx_http_v2_state_process_header()
1849 NGX_HTTP_V2_PROTOCOL_ERROR) in ngx_http_v2_state_priority()
1858 NGX_HTTP_V2_PROTOCOL_ERROR) in ngx_http_v2_state_priority()
2134 return ngx_http_v2_connection_error(h2c, NGX_HTTP_V2_PROTOCOL_ERROR); in ngx_http_v2_state_push_promise()
2266 NGX_HTTP_V2_PROTOCOL_ERROR) in ngx_http_v2_state_window_update()
2275 NGX_HTTP_V2_PROTOCOL_ERROR) in ngx_http_v2_state_window_update()
[all …]