]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: h2: match the H2 connection preface on init
authorWilly Tarreau <w@1wt.eu>
Fri, 22 Sep 2017 13:05:09 +0000 (15:05 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 31 Oct 2017 17:16:18 +0000 (18:16 +0100)
commit52eed75ced5d9a89807ca272ddbc618c74e62edd
tree295cfaee3079032d9ef3fce6d68f8a4208f6f479
parent081d472f79398bd4fd2b4f7c80b3cf251b99b489
MINOR: h2: match the H2 connection preface on init

The H2 preface is properly detected to switch to the settings state.
It's important to note that for now we don't send out settings frame
so the operation is not complete yet.
src/mux_h2.c