changeset 2721:8e720b7fe6d2

remove TODO comments
author Igor Sysoev <igor@sysoev.ru>
date Sat, 18 Apr 2009 19:39:06 +0000
parents b3b8c66bd520
children ffa8e2451457
files src/http/modules/ngx_http_autoindex_module.c src/http/modules/ngx_http_dav_module.c src/http/modules/ngx_http_flv_module.c src/http/modules/ngx_http_gzip_static_module.c src/http/modules/ngx_http_index_module.c src/http/modules/ngx_http_random_index_module.c src/http/modules/ngx_http_static_module.c src/http/modules/perl/ngx_http_perl_module.c
diffstat 8 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/modules/ngx_http_autoindex_module.c	Sat Apr 18 19:27:28 2009 +0000
+++ b/src/http/modules/ngx_http_autoindex_module.c	Sat Apr 18 19:39:06 2009 +0000
@@ -157,7 +157,6 @@
         return NGX_DECLINED;
     }
 
-    /* TODO: Win32 */
     if (r->zero_in_uri) {
         return NGX_DECLINED;
     }
--- a/src/http/modules/ngx_http_dav_module.c	Sat Apr 18 19:27:28 2009 +0000
+++ b/src/http/modules/ngx_http_dav_module.c	Sat Apr 18 19:39:06 2009 +0000
@@ -148,7 +148,6 @@
     ngx_int_t                 rc;
     ngx_http_dav_loc_conf_t  *dlcf;
 
-    /* TODO: Win32 */
     if (r->zero_in_uri) {
         return NGX_DECLINED;
     }
--- a/src/http/modules/ngx_http_flv_module.c	Sat Apr 18 19:27:28 2009 +0000
+++ b/src/http/modules/ngx_http_flv_module.c	Sat Apr 18 19:39:06 2009 +0000
@@ -80,7 +80,6 @@
         return NGX_DECLINED;
     }
 
-    /* TODO: Win32 */
     if (r->zero_in_uri) {
         return NGX_DECLINED;
     }
--- a/src/http/modules/ngx_http_gzip_static_module.c	Sat Apr 18 19:27:28 2009 +0000
+++ b/src/http/modules/ngx_http_gzip_static_module.c	Sat Apr 18 19:39:06 2009 +0000
@@ -89,7 +89,6 @@
         return NGX_DECLINED;
     }
 
-    /* TODO: Win32 */
     if (r->zero_in_uri) {
         return NGX_DECLINED;
     }
--- a/src/http/modules/ngx_http_index_module.c	Sat Apr 18 19:27:28 2009 +0000
+++ b/src/http/modules/ngx_http_index_module.c	Sat Apr 18 19:39:06 2009 +0000
@@ -116,7 +116,6 @@
         return NGX_DECLINED;
     }
 
-    /* TODO: Win32 */
     if (r->zero_in_uri) {
         return NGX_DECLINED;
     }
--- a/src/http/modules/ngx_http_random_index_module.c	Sat Apr 18 19:27:28 2009 +0000
+++ b/src/http/modules/ngx_http_random_index_module.c	Sat Apr 18 19:39:06 2009 +0000
@@ -86,7 +86,6 @@
         return NGX_DECLINED;
     }
 
-    /* TODO: Win32 */
     if (r->zero_in_uri) {
         return NGX_DECLINED;
     }
--- a/src/http/modules/ngx_http_static_module.c	Sat Apr 18 19:27:28 2009 +0000
+++ b/src/http/modules/ngx_http_static_module.c	Sat Apr 18 19:39:06 2009 +0000
@@ -66,7 +66,6 @@
         return NGX_DECLINED;
     }
 
-    /* TODO: Win32 */
     if (r->zero_in_uri) {
         return NGX_DECLINED;
     }
--- a/src/http/modules/perl/ngx_http_perl_module.c	Sat Apr 18 19:27:28 2009 +0000
+++ b/src/http/modules/perl/ngx_http_perl_module.c	Sat Apr 18 19:39:06 2009 +0000
@@ -175,7 +175,6 @@
 static ngx_int_t
 ngx_http_perl_handler(ngx_http_request_t *r)
 {
-    /* TODO: Win32 */
     if (r->zero_in_uri) {
         return NGX_HTTP_NOT_FOUND;
     }