comparison src/event/ngx_event_pipe.c @ 5347:011d72dea802

Typo fixed.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 28 Aug 2013 02:34:30 +0400
parents 355779f81491
children 3d2d3e1cf427
comparison
equal deleted inserted replaced
5346:293290081b12 5347:011d72dea802
218 } else if (p->cacheable 218 } else if (p->cacheable
219 || p->temp_file->offset < p->max_temp_file_size) 219 || p->temp_file->offset < p->max_temp_file_size)
220 { 220 {
221 221
222 /* 222 /*
223 * if it is allowed, then save some bufs from r->in 223 * if it is allowed, then save some bufs from p->in
224 * to a temporary file, and add them to a r->out chain 224 * to a temporary file, and add them to a p->out chain
225 */ 225 */
226 226
227 rc = ngx_event_pipe_write_chain_to_temp_file(p); 227 rc = ngx_event_pipe_write_chain_to_temp_file(p);
228 228
229 ngx_log_debug1(NGX_LOG_DEBUG_EVENT, p->log, 0, 229 ngx_log_debug1(NGX_LOG_DEBUG_EVENT, p->log, 0,