]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: flt_trace: Remove code relying on the legacy HTTP mode
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 15 Jul 2019 19:22:44 +0000 (21:22 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 19 Jul 2019 07:18:27 +0000 (09:18 +0200)
commit386a0cda23afa165df1065a584d25b1f1a6deb20
treead8906bd3bdeda5bd22788034b705557f570bd24
parent89f2b165309ff6070998cb0cbe6bc122ac3bf4c2
MINOR: flt_trace: Remove code relying on the legacy HTTP mode

The legacy HTTP callbacks were removed (trace_http_data,
trace_http_chunk_trailers and trace_http_forward_data). And the loop on the HTTP
headers was updated to only handle HTX messages.
src/flt_trace.c