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

remove TODO comments
author Igor Sysoev <igor@sysoev.ru>
date Sat, 18 Apr 2009 19:39:06 +0000
parents 6223d5a9e87f
children c7d57b539248
comparison
equal deleted inserted replaced
2720:b3b8c66bd520 2721:8e720b7fe6d2
84 84
85 if (r->uri.data[r->uri.len - 1] != '/') { 85 if (r->uri.data[r->uri.len - 1] != '/') {
86 return NGX_DECLINED; 86 return NGX_DECLINED;
87 } 87 }
88 88
89 /* TODO: Win32 */
90 if (r->zero_in_uri) { 89 if (r->zero_in_uri) {
91 return NGX_DECLINED; 90 return NGX_DECLINED;
92 } 91 }
93 92
94 if (!(r->method & (NGX_HTTP_GET|NGX_HTTP_HEAD|NGX_HTTP_POST))) { 93 if (!(r->method & (NGX_HTTP_GET|NGX_HTTP_HEAD|NGX_HTTP_POST))) {