mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-18 07:56:53 +02:00
It is important to FIRST disable zlib.output_compression (before headers are sent!) and THEN end all output-buffering! Without the two steps in this order, we are either limited by the memory limit or get the "Network error", because the streaming/fpassthrough does not apply the compression.