comparison src/http/modules/ngx_http_flv_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
78 78
79 if (r->uri.data[r->uri.len - 1] == '/') { 79 if (r->uri.data[r->uri.len - 1] == '/') {
80 return NGX_DECLINED; 80 return NGX_DECLINED;
81 } 81 }
82 82
83 /* TODO: Win32 */
84 if (r->zero_in_uri) { 83 if (r->zero_in_uri) {
85 return NGX_DECLINED; 84 return NGX_DECLINED;
86 } 85 }
87 86
88 rc = ngx_http_discard_request_body(r); 87 rc = ngx_http_discard_request_body(r);