]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-h1: Don't adjust anymore the amount of data sent in h1_snd_buf()
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 5 Dec 2018 14:53:38 +0000 (15:53 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 5 Dec 2018 16:32:10 +0000 (17:32 +0100)
commit56df0a82ea2c584cd88cffa509fd05a558ee0de2
treec49708e1f4eac165f770b109f2ab29a5782c8c9e
parentb2aedea142bba94927c978802134c2289b3098c0
MINOR: mux-h1: Don't adjust anymore the amount of data sent in h1_snd_buf()

Because the infinite forward is now HTX aware, it is now useless to tinker with
the number of bytes really sent.
src/mux_h1.c