]> git.kaiwu.me - nginx.git/commitdiff
remove TODO comments
authorIgor Sysoev <igor@sysoev.ru>
Sat, 18 Apr 2009 19:39:06 +0000 (19:39 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Sat, 18 Apr 2009 19:39:06 +0000 (19:39 +0000)
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

index c8137ad687d06f4362e6ba8cb9802db61defd14a..c866c43a6b2c28fe34abc04af2646ccd944fd470 100644 (file)
@@ -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;
     }
index d1dcc229a9bb305b7da389ca7576f9ea0944362d..f506dde698e3ccd34250ac06e1018547a9d5645d 100644 (file)
@@ -148,7 +148,6 @@ ngx_http_dav_handler(ngx_http_request_t *r)
     ngx_int_t                 rc;
     ngx_http_dav_loc_conf_t  *dlcf;
 
-    /* TODO: Win32 */
     if (r->zero_in_uri) {
         return NGX_DECLINED;
     }
index 948807cca18bc57e81c6f84cf1609d6cc717cc96..b7c18cf5739118e47378d3a6d790987c418c83df 100644 (file)
@@ -80,7 +80,6 @@ ngx_http_flv_handler(ngx_http_request_t *r)
         return NGX_DECLINED;
     }
 
-    /* TODO: Win32 */
     if (r->zero_in_uri) {
         return NGX_DECLINED;
     }
index e7eb2345f3609c25fea82f3455a923c18249e0fa..53ef4ff287421a69cc3ea238d82df4ab5f93a22a 100644 (file)
@@ -89,7 +89,6 @@ ngx_http_gzip_static_handler(ngx_http_request_t *r)
         return NGX_DECLINED;
     }
 
-    /* TODO: Win32 */
     if (r->zero_in_uri) {
         return NGX_DECLINED;
     }
index fd201056accbfc2cd243014ea8d9f50c62ee26ff..da61a954c6d6900a6940f8a47042962d376f4946 100644 (file)
@@ -116,7 +116,6 @@ ngx_http_index_handler(ngx_http_request_t *r)
         return NGX_DECLINED;
     }
 
-    /* TODO: Win32 */
     if (r->zero_in_uri) {
         return NGX_DECLINED;
     }
index 23610f9e0de9ee10690f33be56d6339e03cd949f..7ddb819afd96ab35a512b0c92c2cf286e9efbda4 100644 (file)
@@ -86,7 +86,6 @@ ngx_http_random_index_handler(ngx_http_request_t *r)
         return NGX_DECLINED;
     }
 
-    /* TODO: Win32 */
     if (r->zero_in_uri) {
         return NGX_DECLINED;
     }
index 5b9a0ebf44bf9190e9d6dfe3c8a1f3a38026fa04..dce366922ff76a9373d11321a12c09cbb3f30f26 100644 (file)
@@ -66,7 +66,6 @@ ngx_http_static_handler(ngx_http_request_t *r)
         return NGX_DECLINED;
     }
 
-    /* TODO: Win32 */
     if (r->zero_in_uri) {
         return NGX_DECLINED;
     }
index d57a9b16b89ccd02bddf91f52aec502b1ce1021b..e22428a78b93f27dc34575400040428a7971978e 100644 (file)
@@ -175,7 +175,6 @@ ngx_http_perl_xs_init(pTHX)
 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;
     }