[SOLVED] Set chunk size when download

Hi, i have nextcloud installed an apache.
How can I set the size of download chunks?

I have a script that uses webdav to download files from nextcloud with the ability to set the chunk for the download. When I use the nextcloud official demo I can set any size for the chunk in my script. In my nextcloud installation, the downloaded chunk size is always less than 8096B.

Apache 2.1
Debian 8

Thanks.

Solution: the problem was the a2dismod apache module that compress data in the wrong way.

You have any errors in your server logfile? Your setup is identical to the config-samples in the documentation?