comparison src/event/ngx_event_pipe.c @ 344:e366ba5db8f8

nginx-0.0.3-2004-06-01-10:04:46 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 01 Jun 2004 06:04:46 +0000
parents 6bdf858bff8c
children a3e622ab7ee7
comparison
equal deleted inserted replaced
343:6bdf858bff8c 344:e366ba5db8f8
223 } else { 223 } else {
224 224
225 /* if there're no bufs to read in then disable a level event */ 225 /* if there're no bufs to read in then disable a level event */
226 226
227 ngx_log_debug0(NGX_LOG_DEBUG_EVENT, p->log, 0, 227 ngx_log_debug0(NGX_LOG_DEBUG_EVENT, p->log, 0,
228 "no pipe hunks to read in"); 228 "no pipe bufs to read in");
229 229
230 break; 230 break;
231 } 231 }
232 232
233 n = ngx_recv_chain(p->upstream, chain); 233 n = ngx_recv_chain(p->upstream, chain);