commit | c31872fc04730696e9c686e8a6a50933344a8c10 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Jun 04 22:09:36 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Jun 05 10:12:11 2019 +0200 |
tree | e15868823d50e871488dad2ca1b29284d217034c | |
parent | 54b5e214b0c07bcee0812dbb0dcc02cf89586d48 [diff] |
BUG/MINOR: mux-h1: Don't send more data than expected In h1_snd_buf(), we try to consume as much data as possible in a loop. In this loop, we first format the raw HTTP message from the HTX message, then we try to send it. But we must be carefull to never send more data than specified by the stream-interface. This patch must be backported to 1.9.