mirror of
https://github.com/nginx/nginx.git
synced 2026-08-28 12:45:21 +00:00
ssi did work with memcached and nonbuffered responses
This commit is contained in:
parent
331d71c41e
commit
26e95cf402
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…
Add table
Add a link
Reference in a new issue