Skip to content

Commit

Permalink
Merge pull request #1259 from cuihaoleo/fix-content-length
Browse files Browse the repository at this point in the history
  • Loading branch information
provokateurin authored Dec 9, 2023
2 parents a99c8d8 + c267ab3 commit 7a3ce91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextcloud/lib/src/webdav/client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ class WebDavClient {
headers: _getUploadHeaders(
lastModified: lastModified,
created: created,
contentLength: null,
contentLength: localData.length,
),
);

Expand Down

0 comments on commit 7a3ce91

Please sign in to comment.