mirror of
https://github.com/nginx/nginx.git
synced 2024-12-20 14:13:33 -06:00
fix typo
This commit is contained in:
parent
8decab3dd9
commit
e345d26d20
@ -688,7 +688,7 @@ ngx_http_core_find_config_phase(ngx_http_request_t *r,
|
|||||||
&& clcf->client_max_body_size < r->headers_in.content_length_n)
|
&& clcf->client_max_body_size < r->headers_in.content_length_n)
|
||||||
{
|
{
|
||||||
ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
|
ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
|
||||||
"client intented to send too large body: %O bytes",
|
"client intended to send too large body: %O bytes",
|
||||||
r->headers_in.content_length_n);
|
r->headers_in.content_length_n);
|
||||||
|
|
||||||
ngx_http_finalize_request(r, NGX_HTTP_REQUEST_ENTITY_TOO_LARGE);
|
ngx_http_finalize_request(r, NGX_HTTP_REQUEST_ENTITY_TOO_LARGE);
|
||||||
|
Loading…
Reference in New Issue
Block a user