commit | d17ad8214fa2cbad3ef0555bbd91afc26221328e | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Sep 24 15:14:29 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Dec 04 14:41:48 2020 +0100 |
tree | eced9bed08e192c635f4dc917d50a7455e2e2adc | |
parent | 2f0ec666136645a5b8f13b36489c79879bb67015 [diff] |
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.