comparison src/http/modules/ngx_http_gzip_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
87 87
88 if (r->uri.data[r->uri.len - 1] == '/') { 88 if (r->uri.data[r->uri.len - 1] == '/') {
89 return NGX_DECLINED; 89 return NGX_DECLINED;
90 } 90 }
91 91
92 /* TODO: Win32 */
93 if (r->zero_in_uri) { 92 if (r->zero_in_uri) {
94 return NGX_DECLINED; 93 return NGX_DECLINED;
95 } 94 }
96 95
97 gzcf = ngx_http_get_module_loc_conf(r, ngx_http_gzip_static_module); 96 gzcf = ngx_http_get_module_loc_conf(r, ngx_http_gzip_static_module);