]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: compression: Remove the thread_local variable buf_output
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 17 Dec 2018 12:17:53 +0000 (13:17 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 19 Dec 2018 12:45:53 +0000 (13:45 +0100)
commitb61481c7108e73815e90ce39a67a7019c1c4f08f
tree66b5a591456666536dd5bfc624c94ef3dabd48fc
parentcc26b13ea51982edccce7bd5aec7b58f395acd4c
MINOR: compression: Remove the thread_local variable buf_output

By doing a c_rew() at the right place, we can avoid to use this variable. This
slightly simplifly the compression for the legacy HTTP.
src/flt_http_comp.c