]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MAJOR: filters: Remove code relying on the legacy HTTP mode
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 15 Jul 2019 20:04:51 +0000 (22:04 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 19 Jul 2019 07:18:27 +0000 (09:18 +0200)
commit3d11969a918e044c24a604cec13a46996f8a9b26
treef9ece16c058aaa3f0e1c44db74014f301510e61e
parentb7f8890b1907518075d53d5a9e558a06bcd9676f
MAJOR: filters: Remove code relying on the legacy HTTP mode

This commit breaks the compatibility with filters still relying on the legacy
HTTP code. The legacy callbacks were removed (http_data, http_chunk_trailers and
http_forward_data).

For now, the filters must still set the flag FLT_CFG_FL_HTX to be used on HTX
streams.
include/proto/filters.h
include/types/filters.h
src/filters.c