comparison src/http/ngx_http_filter.c @ 7:b5481d6fbbd4

nginx-0.0.1-2002-08-29-20:59:54 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 29 Aug 2002 16:59:54 +0000
parents 62b1a364857c
children
comparison
equal deleted inserted replaced
6:669801705ab1 7:b5481d6fbbd4
139 size = ctx->hunk_size; 139 size = ctx->hunk_size;
140 } 140 }
141 141
142 ngx_test_null(ctx->hunk, 142 ngx_test_null(ctx->hunk,
143 ngx_create_temp_hunk(r->pool, size, 143 ngx_create_temp_hunk(r->pool, size,
144 50, 50), 144 50, 50),
145 NGX_ERROR); 145 NGX_ERROR);
146 146
147 rc = ngx_http_filter_copy_hunk(ctx->hunk, 147 rc = ngx_http_filter_copy_hunk(ctx->hunk,
148 ctx->in->hunk); 148 ctx->in->hunk);
149 #if (NGX_FILE_AIO) 149 #if (NGX_FILE_AIO)