]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: filters: Optimize the HTTP compression for chunk encoded response
authorChristopher Faulet <cfaulet@qualys.com>
Mon, 7 Dec 2015 15:48:42 +0000 (16:48 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 9 Feb 2016 13:53:15 +0000 (14:53 +0100)
commitb77c5c2693b25426231f2a51f22f38e6ce7f733a
tree6e14340ea908464e0b40ea2713014252fe45a96a
parent3e7bc67722f8bfb6425d8d69c72477d4b13e1c90
MEDIUM: filters: Optimize the HTTP compression for chunk encoded response

Instead of compressing all chunks as they come, we store them in a temporary
buffer. The compression happens during the forwarding phase. This change speeds
up the compression of chunked response.
src/flt_http_comp.c