$cfg->setConfigEntry('deco_package_compressor_class', 'NetworkPackageCompressorDecorator');
// CFG: RAW-PACKAGE-COMPRESSOR-CLASS
-$cfg->setConfigEntry('raw_package_compressor_class', 'GzipCompressor');
+$cfg->setConfigEntry('raw_package_compressor_class', 'ZlibCompressor');
// CFG: SOCKET-REGISTRY-CLASS
$cfg->setConfigEntry('socket_registry_class', 'SocketRegistry');
$packageInstance = Registry::getRegistry()->getInstance('network_package');
} else {
/**
- * Prepare the compressor for our package, GZIP should be fine but we
+ * Prepare the compressor for our package, ZLIB should be fine but we
* keep it open here so you can experiment with the settings and don't
* need to touch any code.
*/