diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-04-18 19:39:06 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-04-18 19:39:06 +0000 |
commit | d7fe6406720e5d5307dc1164f5f95c68f7b9fe7b (patch) | |
tree | ce572ed12d4b0e5d088f82f30fc201f1fe26ecd0 /src/http/modules/ngx_http_autoindex_module.c | |
parent | f7a08d5f9ab224c7d3751693c1ba159a5d6d5900 (diff) | |
download | nginx-d7fe6406720e5d5307dc1164f5f95c68f7b9fe7b.tar.gz nginx-d7fe6406720e5d5307dc1164f5f95c68f7b9fe7b.zip |
remove TODO comments
Diffstat (limited to 'src/http/modules/ngx_http_autoindex_module.c')
-rw-r--r-- | src/http/modules/ngx_http_autoindex_module.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/http/modules/ngx_http_autoindex_module.c b/src/http/modules/ngx_http_autoindex_module.c index c8137ad68..c866c43a6 100644 --- a/src/http/modules/ngx_http_autoindex_module.c +++ b/src/http/modules/ngx_http_autoindex_module.c @@ -157,7 +157,6 @@ ngx_http_autoindex_handler(ngx_http_request_t *r) return NGX_DECLINED; } - /* TODO: Win32 */ if (r->zero_in_uri) { return NGX_DECLINED; } |