commit | 26e95cf402ede7d33aaf5d0a248d5112aa321420 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Sat Sep 23 15:55:54 2006 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Sat Sep 23 15:55:54 2006 +0000 |
tree | b782cd9548bdc99980db318c7b01b629ed5481db | |
parent | 331d71c41ef26b1fef6017dd6caf48af0d43b961 [diff] |
ssi did work with memcached and nonbuffered responses
diff --git a/src/http/modules/ngx_http_ssi_filter_module.c b/src/http/modules/ngx_http_ssi_filter_module.c index 5045fd6..8faf14c 100644 --- a/src/http/modules/ngx_http_ssi_filter_module.c +++ b/src/http/modules/ngx_http_ssi_filter_module.c
@@ -843,7 +843,7 @@ continue; } - if (ctx->buf->last_buf || ctx->buf->recycled) { + if (ctx->buf->last_buf || ngx_buf_in_memory(ctx->buf)) { if (b == NULL) { if (ctx->free) { cl = ctx->free;