]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: mux-h2: move the demuxed frame check code in its own function
authorWilly Tarreau <w@1wt.eu>
Wed, 7 Aug 2019 12:25:20 +0000 (14:25 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 7 Aug 2019 12:25:20 +0000 (14:25 +0200)
commit6386481cbb9351652fad3b9d828d7c8e66f1936c
tree046ebd910e165e2d753b6d54a89df5c0f187f43c
parentbe36793d1d86fc090abcdd90aa191a50267c3c38
CLEANUP: mux-h2: move the demuxed frame check code in its own function

The frame check code in the demuxer was moved to its own function to
keep the demux function clean enough. This also simplifies the test
case as we can now simply call this function once in H2_CS_FRAME_P
state.
src/mux_h2.c