comparison src/event/ngx_event_pipe.c @ 176:c0552e5ab567

nginx-0.0.1-2003-11-09-23:03:38 import; separate building
author Igor Sysoev <igor@sysoev.ru>
date Sun, 09 Nov 2003 20:03:38 +0000
parents e92c2c647c57
children c1f3a3c7c5db
comparison
equal deleted inserted replaced
175:e92c2c647c57 176:c0552e5ab567
415 p->temp_file->offset = 0; 415 p->temp_file->offset = 0;
416 } 416 }
417 } 417 }
418 418
419 /* TODO: free hunk if p->free_bufs && upstream done */ 419 /* TODO: free hunk if p->free_bufs && upstream done */
420
420 /* add the free shadow raw hunk to p->free_raw_hunks */ 421 /* add the free shadow raw hunk to p->free_raw_hunks */
421 422
422 if (cl->hunk->type & NGX_HUNK_LAST_SHADOW) { 423 if (cl->hunk->type & NGX_HUNK_LAST_SHADOW) {
423 h = cl->hunk->shadow; 424 h = cl->hunk->shadow;
424 h->pos = h->last = h->start; 425 h->pos = h->last = h->start;