Ready to use x's webdav components.

This commit is contained in:
zicla
2020-03-25 01:55:03 +08:00
parent 83cf140fa1
commit ff81448611
4 changed files with 32 additions and 31 deletions

View File

@ -526,7 +526,7 @@ func (h *Handler) handlePropfind(w http.ResponseWriter, r *http.Request) (status
return http.StatusBadRequest, errInvalidDepth
}
}
pf, status, err := readPropfind(r.Body)
pf, status, err := ReadPropfind(r.Body)
if err != nil {
return status, err
}