]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: filters: Move HTTP headers filtering in its own callback
authorChristopher Faulet <cfaulet@qualys.com>
Wed, 11 May 2016 14:48:33 +0000 (16:48 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 18 May 2016 13:11:54 +0000 (15:11 +0200)
commit1339d744d5953de5630ee9526470a9843ff5dd2f
treeb3ca8d028bcf28cfa380e9519fc1415491210aa2
parent27b639d37fb4f4c255272ce8fbdebafbf5688302
MEDIUM: filters: Move HTTP headers filtering in its own callback

Instead of calling 'channel_analyze' callback with the flag AN_FLT_HTTP_HDRS,
now we use the new callback 'http_headers'. This change is done because
'channel_analyze' callback will be removed in a next commit.
include/types/filters.h
src/filters.c
src/flt_http_comp.c
src/flt_trace.c