mirror of
https://github.com/nginx/nginx.git
synced 2024-12-13 19:19:00 +08:00
fix SSI include stub for valid empty responses
This commit is contained in:
parent
402b2f07c2
commit
6814f42473
@ -126,8 +126,10 @@ ngx_http_copy_filter(ngx_http_request_t *r, ngx_chain_t *in)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
if (in && in->buf && ngx_buf_size(in->buf)) {
|
||||||
r->request_output = 1;
|
r->request_output = 1;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#if (NGX_HAVE_FILE_AIO)
|
#if (NGX_HAVE_FILE_AIO)
|
||||||
ctx->aio = r->aio;
|
ctx->aio = r->aio;
|
||||||
|
Loading…
Reference in New Issue
Block a user