haproxy/include
Christopher Faulet a4f9dd4a56 BUG/MINOR: channel/htx: Don't alter channel during forward for empty HTX message
In channel_htx_forward() and channel_htx_forward_forever(), if the HTX message
is empty, the underlying buffer may be really empty too. And we have no warranty
the caller will call htx_to_buf() later. And in practice, it is almost never
done. So the channel's buffer must not be altered. Otherwise, the buffer may be
considered as full (data == size) for an empty HTX message and no outgoing data.

This patch must be backported to 1.9.
2019-06-05 10:12:11 +02:00
..
common MINOR: dict: Add dictionary new data structure. 2019-06-05 08:33:35 +02:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto BUG/MINOR: channel/htx: Don't alter channel during forward for empty HTX message 2019-06-05 10:12:11 +02:00
types MINOR: peers: Make peers protocol support new "server_name" data type. 2019-06-05 08:42:33 +02:00