fix r2378, file inclusion should be waited
Igor Sysoev
13 years ago
1 changed file(s) with
1 addition(s)
and
0 deletion(s)
.
Raw diff
Collapse all
Expand all
+1
-0
src/http/modules/ngx_http_ssi_filter_module.c
less
more
1880
1880
1881
1881
if (uri == NULL) {
1882
1882
uri = file;
1883
wait = (ngx_str_t *) -1;
1883
1884
}
1884
1885
1885
1886
rc = ngx_http_ssi_evaluate_string(r, ctx, uri, NGX_HTTP_SSI_ADD_PREFIX);