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

remove TODO comments
author Igor Sysoev <igor@sysoev.ru>
date Sat, 18 Apr 2009 19:39:06 +0000
parents dbe746851b31
children 4bd7825fab80
comparison
equal deleted inserted replaced
2720:b3b8c66bd520 2721:8e720b7fe6d2
146 ngx_http_dav_handler(ngx_http_request_t *r) 146 ngx_http_dav_handler(ngx_http_request_t *r)
147 { 147 {
148 ngx_int_t rc; 148 ngx_int_t rc;
149 ngx_http_dav_loc_conf_t *dlcf; 149 ngx_http_dav_loc_conf_t *dlcf;
150 150
151 /* TODO: Win32 */
152 if (r->zero_in_uri) { 151 if (r->zero_in_uri) {
153 return NGX_DECLINED; 152 return NGX_DECLINED;
154 } 153 }
155 154
156 dlcf = ngx_http_get_module_loc_conf(r, ngx_http_dav_module); 155 dlcf = ngx_http_get_module_loc_conf(r, ngx_http_dav_module);