comparison src/event/ngx_event_pipe.c @ 186:c1f3a3c7c5db

nginx-0.0.1-2003-11-17-00:49:42 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 16 Nov 2003 21:49:42 +0000
parents c0552e5ab567
children 5a9bbe99008b
comparison
equal deleted inserted replaced
185:d5f50cefc322 186:c1f3a3c7c5db
564 int ngx_event_pipe_copy_input_filter(ngx_event_pipe_t *p, ngx_hunk_t *hunk) 564 int ngx_event_pipe_copy_input_filter(ngx_event_pipe_t *p, ngx_hunk_t *hunk)
565 { 565 {
566 ngx_hunk_t *h; 566 ngx_hunk_t *h;
567 ngx_chain_t *cl; 567 ngx_chain_t *cl;
568 568
569 ngx_log_debug(p->log, "COPY");
570
569 if (hunk->pos == hunk->last) { 571 if (hunk->pos == hunk->last) {
570 return NGX_OK; 572 return NGX_OK;
571 } 573 }
572 574
573 if (p->free) { 575 if (p->free) {