Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.h99 #define NGX_HTTP_REQUEST_ENTITY_TOO_LARGE 413 macro
H A Dngx_http_special_response.c431 case NGX_HTTP_REQUEST_ENTITY_TOO_LARGE: in ngx_http_special_response_handler()
H A Dngx_http_request_body.c992 return NGX_HTTP_REQUEST_ENTITY_TOO_LARGE; in ngx_http_request_body_chunked_filter()
H A Dngx_http_core_module.c988 ngx_http_finalize_request(r, NGX_HTTP_REQUEST_ENTITY_TOO_LARGE); in ngx_http_core_find_config_phase()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c4098 return NGX_HTTP_REQUEST_ENTITY_TOO_LARGE; in ngx_http_v2_filter_request_body()