]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-h2: set H2_SF_HEADERS_RCVD when a HEADERS frame was decoded
authorWilly Tarreau <w@1wt.eu>
Wed, 2 Jan 2019 14:49:20 +0000 (15:49 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 3 Jan 2019 17:45:38 +0000 (18:45 +0100)
commit6cc85a5abba4892b0b3596f4f37828cf44ccff2e
tree8869a0321fca0ea4a93fcdafe248120a3cb96d19
parent415b1ee18b9067f07a9e0537c1b05d632fc27dfe
MINOR: mux-h2: set H2_SF_HEADERS_RCVD when a HEADERS frame was decoded

Doing this will be needed to be able to tell the difference between a
headers block and a trailers block.
src/mux_h2.c