comparison src/http/modules/ngx_http_gzip_filter.c @ 325:7c3323909107

nginx-0.0.3-2004-04-23-20:50:51 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 23 Apr 2004 16:50:51 +0000
parents ba876b26b76d
children 8733703a37f3
comparison
equal deleted inserted replaced
324:0ab66f4b6c4d 325:7c3323909107
664 ctx->zstream.avail_in = 0; 664 ctx->zstream.avail_in = 0;
665 ctx->zstream.avail_out = 0; 665 ctx->zstream.avail_out = 0;
666 666
667 ctx->done = 1; 667 ctx->done = 1;
668 668
669 #if 0
670 ngx_http_delete_ctx(r, ngx_http_gzip_filter_module);
671 #endif
672
673 break; 669 break;
674 } 670 }
675 671
676 if (conf->no_buffer && ctx->in == NULL) { 672 if (conf->no_buffer && ctx->in == NULL) {
677 ngx_alloc_link_and_set_hunk(cl, ctx->out_hunk, r->pool, 673 ngx_alloc_link_and_set_hunk(cl, ctx->out_hunk, r->pool,