Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c29 #define NGX_HTTP_V2_SIZE_ERROR 0x6 macro
1037 return ngx_http_v2_connection_error(h2c, NGX_HTTP_V2_SIZE_ERROR); in ngx_http_v2_state_headers()
1044 return ngx_http_v2_connection_error(h2c, NGX_HTTP_V2_SIZE_ERROR); in ngx_http_v2_state_headers()
1266 return ngx_http_v2_connection_error(h2c, NGX_HTTP_V2_SIZE_ERROR); in ngx_http_v2_state_header_block()
1318 return ngx_http_v2_connection_error(h2c, NGX_HTTP_V2_SIZE_ERROR); in ngx_http_v2_state_field_len()
1345 return ngx_http_v2_connection_error(h2c, NGX_HTTP_V2_SIZE_ERROR); in ngx_http_v2_state_field_len()
1432 return ngx_http_v2_connection_error(h2c, NGX_HTTP_V2_SIZE_ERROR); in ngx_http_v2_state_field_huff()
1477 return ngx_http_v2_connection_error(h2c, NGX_HTTP_V2_SIZE_ERROR); in ngx_http_v2_state_field_raw()
1519 return ngx_http_v2_connection_error(h2c, NGX_HTTP_V2_SIZE_ERROR); in ngx_http_v2_state_field_skip()
1805 return ngx_http_v2_connection_error(h2c, NGX_HTTP_V2_SIZE_ERROR); in ngx_http_v2_state_priority()
[all …]