Skip to content

Document creation - wrong initial file size #6

@lscorcia

Description

@lscorcia

In WebDavSqlStoreDocument constructor, when creating a new document the initial file size is set to 1 instead of zero, this causes errors in the Litmus tests.

The fix is to simply correct the line as _filesize = lastmod?.Size ?? 0; .

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions