ssi did work with memcached and nonbuffered responses
This commit is contained in:
parent
9cf3ea8c01
commit
ee79b26107
1 changed files with 1 additions and 1 deletions
|
@ -843,7 +843,7 @@ ngx_http_ssi_body_filter(ngx_http_request_t *r, ngx_chain_t *in)
|
|||
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;
|
||||
|
|
Loading…
Reference in a new issue