comparison src/http/modules/ngx_http_dav_module.c @ 1831:bf8666beb499

fix comment
author Igor Sysoev <igor@sysoev.ru>
date Sat, 05 Jan 2008 19:07:10 +0000
parents 1f3c2b6607e0
children aa343f669f11
comparison
equal deleted inserted replaced
1830:cac010479ea0 1831:bf8666beb499
356 356
357 } else { 357 } else {
358 358
359 /* 359 /*
360 * we do not need to test (r->uri.data[r->uri.len - 1] == '/') 360 * we do not need to test (r->uri.data[r->uri.len - 1] == '/')
361 * because it ngx_file_info("/file/") returned NGX_ENOTDIR above 361 * because ngx_file_info("/file/") returned NGX_ENOTDIR above
362 */ 362 */
363 363
364 depth = ngx_http_dav_depth(r, 0); 364 depth = ngx_http_dav_depth(r, 0);
365 365
366 if (depth != 0 && depth != NGX_HTTP_DAV_INFINITY_DEPTH) { 366 if (depth != 0 && depth != NGX_HTTP_DAV_INFINITY_DEPTH) {