mirror of
https://github.com/nginx/nginx.git
synced 2025-06-12 21:52:41 +08:00
fix r2378, file inclusion should be waited
This commit is contained in:
parent
9eb86c43c7
commit
a26a70e80b
@ -1881,6 +1881,7 @@ ngx_http_ssi_include(ngx_http_request_t *r, ngx_http_ssi_ctx_t *ctx,
|
|||||||
|
|
||||||
if (uri == NULL) {
|
if (uri == NULL) {
|
||||||
uri = file;
|
uri = file;
|
||||||
|
wait = (ngx_str_t *) -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
rc = ngx_http_ssi_evaluate_string(r, ctx, uri, NGX_HTTP_SSI_ADD_PREFIX);
|
rc = ngx_http_ssi_evaluate_string(r, ctx, uri, NGX_HTTP_SSI_ADD_PREFIX);
|
||||||
|
Loading…
Reference in New Issue
Block a user