mirror of
https://github.com/nginx/nginx.git
synced 2026-06-09 17:03:01 -04:00
fix r2378, file inclusion should be waited
This commit is contained in:
parent
9eb86c43c7
commit
a26a70e80b
1 changed files with 1 additions and 0 deletions
|
|
@ -1881,6 +1881,7 @@ ngx_http_ssi_include(ngx_http_request_t *r, ngx_http_ssi_ctx_t *ctx,
|
|||
|
||||
if (uri == NULL) {
|
||||
uri = file;
|
||||
wait = (ngx_str_t *) -1;
|
||||
}
|
||||
|
||||
rc = ngx_http_ssi_evaluate_string(r, ctx, uri, NGX_HTTP_SSI_ADD_PREFIX);
|
||||
|
|
|
|||
Loading…
Reference in a new issue