From edf1c8c1b8a83a6592714516499a18adc830eeae Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 7 Jul 2008 09:26:13 +0000 Subject: always test root existence for access_log with variables --- src/http/modules/ngx_http_flv_module.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/http/modules/ngx_http_flv_module.c') diff --git a/src/http/modules/ngx_http_flv_module.c b/src/http/modules/ngx_http_flv_module.c index a8239f16e..235ccddea 100644 --- a/src/http/modules/ngx_http_flv_module.c +++ b/src/http/modules/ngx_http_flv_module.c @@ -159,6 +159,8 @@ ngx_http_flv_handler(ngx_http_request_t *r) return NGX_DECLINED; } + r->root_tested = 1; + start = 0; len = of.size; i = 1; -- cgit