From de0b1d6f12e67e543627d8da4aa0aac739f143af Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 24 May 2010 12:35:10 +0000 Subject: remove r->zero_in_uri --- src/http/modules/ngx_http_random_index_module.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/http/modules/ngx_http_random_index_module.c') diff --git a/src/http/modules/ngx_http_random_index_module.c b/src/http/modules/ngx_http_random_index_module.c index 7b0ec503c..02bdc45f9 100644 --- a/src/http/modules/ngx_http_random_index_module.c +++ b/src/http/modules/ngx_http_random_index_module.c @@ -86,10 +86,6 @@ ngx_http_random_index_handler(ngx_http_request_t *r) return NGX_DECLINED; } - if (r->zero_in_uri) { - return NGX_DECLINED; - } - if (!(r->method & (NGX_HTTP_GET|NGX_HTTP_HEAD|NGX_HTTP_POST))) { return NGX_DECLINED; } -- cgit