commit | a26a70e80b752b7670215465d81abb0b8403df7a | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Wed Dec 24 12:39:41 2008 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Wed Dec 24 12:39:41 2008 +0000 |
tree | c23fee0a4f9c001a357e573c703255ba6dfc4fb1 | |
parent | 9eb86c43c7c13575660ee0a3f00c023d7dd558a7 [diff] |
fix r2378, file inclusion should be waited
diff --git a/src/http/modules/ngx_http_ssi_filter_module.c b/src/http/modules/ngx_http_ssi_filter_module.c index 74a2c85..849e13b 100644 --- a/src/http/modules/ngx_http_ssi_filter_module.c +++ b/src/http/modules/ngx_http_ssi_filter_module.c
@@ -1881,6 +1881,7 @@ if (uri == NULL) { uri = file; + wait = (ngx_str_t *) -1; } rc = ngx_http_ssi_evaluate_string(r, ctx, uri, NGX_HTTP_SSI_ADD_PREFIX);