]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: filters: Prepare creation of the HTTP compression filter
authorChristopher Faulet <cfaulet@qualys.com>
Wed, 9 Dec 2015 13:59:38 +0000 (14:59 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 9 Feb 2016 13:53:15 +0000 (14:53 +0100)
commit3d97c90974ba356af575c960f1e91b0360ab6124
tree3da578b1fb73ff9195b74c5e9d0cad903cf05c52
parent02c7b22267c838313b9a1d2e17dee080404a848b
REORG: filters: Prepare creation of the HTTP compression filter

HTTP compression will be moved in a true filter. To prepare the ground, some
functions have been moved in a dedicated file. Idea is to keep everything about
compression algos in compression.c and everything related to the filtering in
flt_http_comp.c.

For now, a header has been added to help during the transition. It will be
removed later.

Unused empty ACL keyword list was removed. The "compression" keyword
parser was moved from cfgparse.c to flt_http_comp.c.
Makefile
include/proto/compression.h
include/proto/flt_http_comp.h [new file with mode: 0644]
include/proto/proto_http.h
src/cfgparse.c
src/compression.c
src/flt_http_comp.c [new file with mode: 0644]
src/proto_http.c