]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: mux-h2: make h2_frt_decode_headers() direction-agnostic
authorWilly Tarreau <w@1wt.eu>
Mon, 8 Oct 2018 12:51:56 +0000 (14:51 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 2 Dec 2018 12:31:52 +0000 (13:31 +0100)
commitc3e18f34482e32ae26459882f4719947279055df
tree9dfabd60a37fdb23e691f25cfdccb1730ce256f9
parent807396937635e96f2f42f56cab2003af1c2f2348
MEDIUM: mux-h2: make h2_frt_decode_headers() direction-agnostic

This function does not really depend on the request, all it does is
also valid for H2 responses found on the backend side, so this patch
renames it and makes it call the appropriate decoder based on the
direction.
src/mux_h2.c