Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2020-12-01 18:58:19 +0300
committerHannah von Reth <vonreth@kde.org>2020-12-01 19:17:25 +0300
commite118838199f8f0537c1b90893d12c119bce7aa08 (patch)
treef9befc321086c34b0da3d92a27c91207940c309b /changelog
parent8f35362f82b854783fe21ad08544ee76e2cadea6 (diff)
Owncloud - virtual files smaller <1KB - problems with syncing
The issue was caused by gziped responses not providing a content lenght header. Fixes: #8248
Diffstat (limited to 'changelog')
-rw-r--r--changelog/unreleased/82486
1 files changed, 6 insertions, 0 deletions
diff --git a/changelog/unreleased/8248 b/changelog/unreleased/8248
new file mode 100644
index 000000000..dec7ebd57
--- /dev/null
+++ b/changelog/unreleased/8248
@@ -0,0 +1,6 @@
+Bugfix: Sync small plaintext files with Windows VFS
+
+We fixed a bug where small plaintext files where not synced
+due to a broken interity check.
+
+https://github.com/owncloud/client/issues/8248