Skip to content

getinfo() performing redundant requests #10

@zopyx

Description

@zopyx

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions