]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: compression: Remove unused static buffers
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 2 Feb 2026 08:31:37 +0000 (09:31 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 18 Feb 2026 08:44:15 +0000 (09:44 +0100)
commitb248b1c02175f190a03c1ff9258be03514320a8c
tree730142ae2a72a91da88b3f31d588d0785a2a058d
parent829002d459df09268c508078de8b7b51f4df8075
CLEANUP: compression: Remove unused static buffers

Since the legacy HTTP code was removed, the global and thread-local buffers,
tmpbuf and zbuf, are no longer used. So let's removed them.

This could be backported, theorically to all supported versions. But at
least it could be good to do so as far as 3.2 as it saves 2 buffers
per-thread.
src/flt_http_comp.c