]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: mux-h2: remove stream ID and frame length checks from the frame parsers
authorWilly Tarreau <w@1wt.eu>
Wed, 30 Jan 2019 14:39:55 +0000 (15:39 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 30 Jan 2019 18:37:20 +0000 (19:37 +0100)
commitb860c7375655495939424f29137f4e339fa21db4
tree4b8230024c3a6c11eadf6b7da632ab45bdad2861
parent54f46e53dddf465713218fdbe342a4cb7d806ae1
CLEANUP: mux-h2: remove stream ID and frame length checks from the frame parsers

It's not convenient to have such structural checks mixed with the ones
related to the stream state. Let's remove all these basic tests that are
already covered once for all when reading the frame header.
src/mux_h2.c