mirror of
https://github.com/nginx/nginx.git
synced 2025-06-08 02:02:38 +08:00
Typo fixed.
This commit is contained in:
parent
e96092130c
commit
51f7761710
@ -220,8 +220,8 @@ ngx_event_pipe_read_upstream(ngx_event_pipe_t *p)
|
|||||||
{
|
{
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* if it is allowed, then save some bufs from r->in
|
* if it is allowed, then save some bufs from p->in
|
||||||
* to a temporary file, and add them to a r->out chain
|
* to a temporary file, and add them to a p->out chain
|
||||||
*/
|
*/
|
||||||
|
|
||||||
rc = ngx_event_pipe_write_chain_to_temp_file(p);
|
rc = ngx_event_pipe_write_chain_to_temp_file(p);
|
||||||
|
Loading…
Reference in New Issue
Block a user