mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-10-08 14:11:33 +02:00
The build was dependent of the zlib.h header, regardless of the USE_ZLIB option. The fix consists of several #ifdef in the source code. It removes the overhead of the zstream structure in the session when you don't use the option.