private static function _parse_compression()
 {
     if (empty(self::$_compression)) {
         if (defined('UPFRONT_COMPRESS_RESPONSE') && UPFRONT_COMPRESS_RESPONSE) {
             self::$_compression = true;
         }
     }
 }