Skip to content

Gzip flag

Docker containers by default have a limited /dev/shm* size and may cause unexpected failures if gzip compression is enabled. The default is to have gzip compression ENABLED.

Add test to make sure even if gzip is supported by the client the server will ignore it.

Merge request reports