comparison src/http/ngx_http_output_filter.c @ 95:b48066122884

nginx-0.0.1-2003-05-23-15:53:01 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 23 May 2003 11:53:01 +0000
parents 8220378432a8
children a23d010f356d
comparison
equal deleted inserted replaced
94:8220378432a8 95:b48066122884
148 148
149 if (rc == NGX_ERROR || rc == NGX_AGAIN) { 149 if (rc == NGX_ERROR || rc == NGX_AGAIN) {
150 return rc; 150 return rc;
151 } 151 }
152 152
153 ngx_log_debug(r->connection->log, "HERE");
154
155 /* NGX_OK */ 153 /* NGX_OK */
156 /* set our hunk free */ 154 /* set our hunk free */
157 ctx->hunk->pos = ctx->hunk->last = ctx->hunk->start; 155 ctx->hunk->pos = ctx->hunk->last = ctx->hunk->start;
158 } 156 }
159 157