mirror of
https://github.com/nginx/nginx.git
synced 2025-01-22 06:13:10 -06:00
ssi did work with memcached and nonbuffered responses
This commit is contained in:
parent
331d71c41e
commit
26e95cf402
@ -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 New Issue
Block a user