]> source.dussan.org Git - nextcloud-server.git/commit
Allow for compression of the PROPFIND responses 20272/head
authorRoeland Jago Douma <roeland@famdouma.nl>
Thu, 2 Apr 2020 13:17:04 +0000 (15:17 +0200)
committerDaniel Kesselberg <mail@danielkesselberg.de>
Sat, 6 Jun 2020 13:55:04 +0000 (15:55 +0200)
commit7b6b9464705205807b985d68a8ee93abb47e79ca
tree2f441448dfa9ed314b4cb1119da1f51efff24c00
parentdba76c04bba910c3c6f1dec4f3eba6416ec3378d
Allow for compression of the PROPFIND responses

For now it just gzip and only for propfind (the 99% case). Already saves
a bunch since the propfinds compress so nicely.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
apps/dav/composer/composer/autoload_classmap.php
apps/dav/composer/composer/autoload_static.php
apps/dav/lib/Connector/Sabre/PropfindCompressionPlugin.php [new file with mode: 0644]
apps/dav/lib/Server.php
apps/dav/tests/unit/Connector/Sabre/PropfindCompressionPluginTest.php [new file with mode: 0644]