Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getinfo() performing redundant requests #10

Open
zopyx opened this issue Nov 28, 2017 · 0 comments
Open

getinfo() performing redundant requests #10

zopyx opened this issue Nov 28, 2017 · 0 comments

Comments

@zopyx
Copy link
Contributor

zopyx commented Nov 28, 2017

Call getinfo() on a file resources causes four HTTP requests

HEAD some_url
PROPFIND some_url
HEAD some_url
PROPFIND some_url
  1. Performing two requests with the same URL does not make sense
  2. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant