webdavfs
webdavfs copied to clipboard
getinfo() performing redundant requests
Call getinfo() on a file resources causes four HTTP requests
HEAD some_url
PROPFIND some_url
HEAD some_url
PROPFIND some_url
- Performing two requests with the same URL does not make sense
- The first HEAD request appears superfluous. As single PROPFIND request should be sufficient instead of 2 or 4 requests
I am not yet sure if this is an issue in our webdav driver or the webdav2 client library