add comment

This commit is contained in:
Igor Sysoev 2008-01-03 20:43:12 +00:00
parent 58d04fe3fa
commit ac487bff1e

View File

@ -422,6 +422,11 @@ ok:
} else {
/*
* we do not need to test (r->uri.data[r->uri.len - 1] == '/')
* because it ngx_file_info("/file/") returned NGX_ENOTDIR above
*/
depth = ngx_http_dav_depth(r, 0);
if (depth != 0 && depth != NGX_HTTP_DAV_INFINITY_DEPTH) {