diff 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
line wrap: on
line diff
--- a/src/http/modules/ngx_http_ssi_filter.c
+++ b/src/http/modules/ngx_http_ssi_filter.c
@@ -193,7 +193,7 @@ static int ngx_http_ssi_body_filter(ngx_
     ctx = ngx_http_get_module_ctx(r, ngx_http_ssi_filter_module);
 
     if (ctx == NULL || (in == NULL && ctx->in == NULL)) {
-        return ngx_http_next_body_filter(r, NULL);
+        return ngx_http_next_body_filter(r, in);
     }
 
     /* add the incoming hunk to the chain ctx->in */