MINOR: mux-h1: Add a rxbuf into the H1 stream
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 24 Sep 2020 13:14:29 +0000 (15:14 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 4 Dec 2020 13:41:48 +0000 (14:41 +0100)
commitd17ad8214fa2cbad3ef0555bbd91afc26221328e
treeeced9bed08e192c635f4dc917d50a7455e2e2adc
parent2f0ec666136645a5b8f13b36489c79879bb67015
MINOR: mux-h1: Add a rxbuf into the H1 stream

For now this buffer is not used. But it will be used to parse the headers,
and possibly the first block of data, when no stream is attached to the H1
connection. The aim is to use it to create the stream, thanks to recent
changes on the streams creation api.
src/mux_h1.c