comparison src/http/modules/ngx_http_index_module.c @ 2721:8e720b7fe6d2

remove TODO comments
author Igor Sysoev <igor@sysoev.ru>
date Sat, 18 Apr 2009 19:39:06 +0000
parents 47839f59ce2a
children 09cab3f8d92e
comparison
equal deleted inserted replaced
2720:b3b8c66bd520 2721:8e720b7fe6d2
114 114
115 if (!(r->method & (NGX_HTTP_GET|NGX_HTTP_HEAD|NGX_HTTP_POST))) { 115 if (!(r->method & (NGX_HTTP_GET|NGX_HTTP_HEAD|NGX_HTTP_POST))) {
116 return NGX_DECLINED; 116 return NGX_DECLINED;
117 } 117 }
118 118
119 /* TODO: Win32 */
120 if (r->zero_in_uri) { 119 if (r->zero_in_uri) {
121 return NGX_DECLINED; 120 return NGX_DECLINED;
122 } 121 }
123 122
124 ilcf = ngx_http_get_module_loc_conf(r, ngx_http_index_module); 123 ilcf = ngx_http_get_module_loc_conf(r, ngx_http_index_module);