comparison src/http/modules/ngx_http_ssi_filter_module.c @ 710:6875ee9f93c7

ssi did work with memcached and nonbuffered responses
author Igor Sysoev <igor@sysoev.ru>
date Sat, 23 Sep 2006 15:55:54 +0000
parents 7e24168b0853
children 86bb73dc8d40
comparison
equal deleted inserted replaced
709:3bd0d8642ad6 710:6875ee9f93c7
841 ctx->last_out = &cl->next; 841 ctx->last_out = &cl->next;
842 842
843 continue; 843 continue;
844 } 844 }
845 845
846 if (ctx->buf->last_buf || ctx->buf->recycled) { 846 if (ctx->buf->last_buf || ngx_buf_in_memory(ctx->buf)) {
847 if (b == NULL) { 847 if (b == NULL) {
848 if (ctx->free) { 848 if (ctx->free) {
849 cl = ctx->free; 849 cl = ctx->free;
850 ctx->free = ctx->free->next; 850 ctx->free = ctx->free->next;
851 b = cl->buf; 851 b = cl->buf;