mirror of
https://github.com/nginx/nginx.git
synced 2026-08-27 04:07:18 +00:00
add comment
This commit is contained in:
parent
58d04fe3fa
commit
ac487bff1e
1 changed files with 5 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue