CLEANUP: mux-h2: Remove the h1 parser state from the h2 stream
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 3 Nov 2020 17:25:52 +0000 (18:25 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 4 Nov 2020 14:02:24 +0000 (15:02 +0100)
commitfafd1b0a5b3b6ee0c7d7dd288629c992fc63ef10
treeca3cb0c61e00f851295a7663fd9d55b4aa72e8ab
parent501c99588e1530fb3436ec4dac497f3041755e81
CLEANUP: mux-h2: Remove the h1 parser state from the h2 stream

Since the h2 multiplexer no longer relies on the legacy HTTP representation, and
uses exclusively the HTX, the H1 parser state (h1m) is no longer used by the h2
streams. Thus it can be removed.

This patch may be backported as far as 2.1.
src/mux_h2.c