]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: h2: add a frame header descriptor for incoming frames
authorWilly Tarreau <w@1wt.eu>
Thu, 21 Sep 2017 18:23:50 +0000 (20:23 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 31 Oct 2017 17:03:24 +0000 (18:03 +0100)
commitc64051404def59c85462bd7b4f10bb862b20dea1
tree6ff2ab52880f08dd76fed3844f78293bf9e27959
parent96060bad266b9b402d3ea79ec84419f3e0c4fed4
MINOR: h2: add a frame header descriptor for incoming frames

This descriptor will be used by the frame parser, it's designed to ease
manipulation of frame length, type, flags and sid.
src/mux_h2.c