commit | 6386481cbb9351652fad3b9d828d7c8e66f1936c | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Aug 07 14:25:20 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Aug 07 14:25:20 2019 +0200 |
tree | 046ebd910e165e2d753b6d54a89df5c0f187f43c | |
parent | be36793d1d86fc090abcdd90aa191a50267c3c38 [diff] |
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.