mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 09:44:31 +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.