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

remove TODO comments
author Igor Sysoev <igor@sysoev.ru>
date Sat, 18 Apr 2009 19:39:06 +0000
parents a5845475a903
children c7d57b539248
comparison
equal deleted inserted replaced
2720:b3b8c66bd520 2721:8e720b7fe6d2
173 173
174 174
175 static ngx_int_t 175 static ngx_int_t
176 ngx_http_perl_handler(ngx_http_request_t *r) 176 ngx_http_perl_handler(ngx_http_request_t *r)
177 { 177 {
178 /* TODO: Win32 */
179 if (r->zero_in_uri) { 178 if (r->zero_in_uri) {
180 return NGX_HTTP_NOT_FOUND; 179 return NGX_HTTP_NOT_FOUND;
181 } 180 }
182 181
183 ngx_http_perl_handle_request(r); 182 ngx_http_perl_handle_request(r);