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

remove TODO comments
author Igor Sysoev <igor@sysoev.ru>
date Sat, 18 Apr 2009 19:39:06 +0000
parents aee735f41627
children 09cab3f8d92e
comparison
equal deleted inserted replaced
2720:b3b8c66bd520 2721:8e720b7fe6d2
64 64
65 if (r->uri.data[r->uri.len - 1] == '/') { 65 if (r->uri.data[r->uri.len - 1] == '/') {
66 return NGX_DECLINED; 66 return NGX_DECLINED;
67 } 67 }
68 68
69 /* TODO: Win32 */
70 if (r->zero_in_uri) { 69 if (r->zero_in_uri) {
71 return NGX_DECLINED; 70 return NGX_DECLINED;
72 } 71 }
73 72
74 log = r->connection->log; 73 log = r->connection->log;