comparison src/http/modules/ngx_http_ssi_filter.c @ 243:bf2faf694c19

nginx-0.0.1-2004-01-28-23:38:54 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 28 Jan 2004 20:38:54 +0000
parents 5d4f49dc8de5
children 008276b9e061
comparison
equal deleted inserted replaced
242:5d4f49dc8de5 243:bf2faf694c19
191 ngx_http_ssi_ctx_t *ctx; 191 ngx_http_ssi_ctx_t *ctx;
192 192
193 ctx = ngx_http_get_module_ctx(r, ngx_http_ssi_filter_module); 193 ctx = ngx_http_get_module_ctx(r, ngx_http_ssi_filter_module);
194 194
195 if (ctx == NULL || (in == NULL && ctx->in == NULL)) { 195 if (ctx == NULL || (in == NULL && ctx->in == NULL)) {
196 return ngx_http_next_body_filter(r, NULL); 196 return ngx_http_next_body_filter(r, in);
197 } 197 }
198 198
199 /* add the incoming hunk to the chain ctx->in */ 199 /* add the incoming hunk to the chain ctx->in */
200 200
201 if (in) { 201 if (in) {