зеркало из https://github.com/nextcloud/server.git
avoid corrupt ZIP files on lighttpd, should fix oc-467
This commit is contained in:
Родитель
35effbcd3f
Коммит
01b366df80
|
@ -102,6 +102,7 @@ class OC_Files {
|
|||
header('Content-Transfer-Encoding: binary');
|
||||
OC_Response::disableCaching();
|
||||
if($zip){
|
||||
ini_set('zlib.output_compression', 'off');
|
||||
header('Content-Type: application/zip');
|
||||
header('Content-Length: ' . filesize($filename));
|
||||
}else{
|
||||
|
|
Загрузка…
Ссылка в новой задаче