commit | 6d36e1c282d8b27752f35595a4bf09e5d58f3990 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Jul 15 11:15:33 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Jul 19 09:18:27 2019 +0200 |
tree | 00a64bca7cdc25e6b6ffc0d4779cd61bfe088345 | |
parent | 09e0203ef40d2cd42a45a53c53ebc344a1519e50 [diff] |
MINOR: mux-h2: Don't adjust anymore the amount of data sent in h2_snd_buf() Because the infinite forward is HTX aware, it is useless to tinker with the number of bytes really sent. This was fixed long ago for the H1 and forgotten to do so for the H2.