mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 15:33:23 +01:00
"switch of output buffering (switched on in header), as otherwise we run against memory_limit, for big files"
This commit is contained in:
parent
bacf86c1a8
commit
6aaf8e1d84
@ -89,6 +89,9 @@ catch (egw_exception_no_permission_app $e)
|
||||
}
|
||||
$headertime = microtime(true);
|
||||
|
||||
// switch of output buffering (switched on in header), as otherwise we run against memory_limit, for big files
|
||||
ob_end_flush();
|
||||
|
||||
$webdav_server = new vfs_webdav_server();
|
||||
$webdav_server->ServeRequest();
|
||||
//error_log(sprintf("WebDAV %s request took %5.3f s (header include took %5.3f s)",$_SERVER['REQUEST_METHOD'],microtime(true)-$starttime,$headertime-$starttime));
|
||||
|
Loading…
Reference in New Issue
Block a user