]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: compression: deinit zlib only when required
authorWilliam Lallemand <wlallemand@exceliance.fr>
Mon, 12 Nov 2012 16:02:18 +0000 (17:02 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 15 Nov 2012 14:42:17 +0000 (15:42 +0100)
commitec3e3890f0deddc103b34522b7d271fa241b782f
treeb3267f94c839c4b4c97d051ca58f71347b985a0f
parentc04ca5822290f35a42a8e890e68b8a71a0112472
BUG/MINOR: compression: deinit zlib only when required

The zlib stream was deinitialized even when the init failed.
include/types/session.h
src/proto_http.c
src/session.c