comparison src/http/ngx_http_output_filter.c @ 12:055ed05235ae

nginx-0.0.1-2002-09-13-18:47:42 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 13 Sep 2002 14:47:42 +0000
parents 4f3879d9b6f6
children d7908993fdeb
comparison
equal deleted inserted replaced
11:f323b4f74e4a 12:055ed05235ae
63 sizeof(ngx_http_output_filter_ctx_t)); 63 sizeof(ngx_http_output_filter_ctx_t));
64 64
65 ctx->next_filter = ngx_http_output_next_filter; 65 ctx->next_filter = ngx_http_output_next_filter;
66 } 66 }
67 67
68 ngx_log_debug(r->connection->log, "HUNK: x%x CTX-IN: x%x CTX->HUNK: x%x" _
69 hunk _ ctx->in _ ctx->hunk);
70
71 if (hunk && (hunk->type & NGX_HUNK_LAST)) 68 if (hunk && (hunk->type & NGX_HUNK_LAST))
72 ctx->last = 1; 69 ctx->last = 1;
73 70
74 for (once = 1; once || ctx->in; once = 0) { 71 for (once = 1; once || ctx->in; once = 0) {
75 72