]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: h2: don't try to send data before preface
authorWilly Tarreau <w@1wt.eu>
Mon, 8 Oct 2018 07:43:03 +0000 (09:43 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 12 Oct 2018 14:58:01 +0000 (16:58 +0200)
commit6bf641a61dd00a2e4e60790e59c8bd1696c0163c
tree5a8c9d76395234cbb2d559f4b0f3231e6112c6e4
parent7f0cc4964502da21ec6e402de3db946e1408d6e2
MINOR: h2: don't try to send data before preface

h2_snd_buf() must not accept to send data if the preface was not yet
received nor sent. At the moment it doesn't happen but it can with
server-side H2.
src/mux_h2.c