mirror of
https://github.com/nginx/nginx.git
synced 2025-06-11 12:22: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) {
|
||||
uri = file;
|
||||
wait = (ngx_str_t *) -1;
|
||||
}
|
||||
|
||||
rc = ngx_http_ssi_evaluate_string(r, ctx, uri, NGX_HTTP_SSI_ADD_PREFIX);
|
||||
|
Loading…
Reference in New Issue
Block a user