mirror of
https://github.com/nginx/nginx.git
synced 2025-06-30 03:00:38 +08:00
Wording fix, "many data" is incorrect.
Noted by Piotr Sikora.
This commit is contained in:
parent
fc55962698
commit
8650c1eb24
@ -1560,7 +1560,7 @@ ngx_http_proxy_copy_filter(ngx_event_pipe_t *p, ngx_buf_t *buf)
|
|||||||
p->upstream_done = 1;
|
p->upstream_done = 1;
|
||||||
|
|
||||||
ngx_log_error(NGX_LOG_WARN, r->connection->log, 0,
|
ngx_log_error(NGX_LOG_WARN, r->connection->log, 0,
|
||||||
"upstream sent too many data");
|
"upstream sent too much data");
|
||||||
}
|
}
|
||||||
|
|
||||||
return NGX_OK;
|
return NGX_OK;
|
||||||
|
Loading…
Reference in New Issue
Block a user