haproxy/include
Christopher Faulet 7651362e52 MINOR: htx/channel: Add a function to copy an HTX message in a channel's buffer
The channel_htx_copy_msg() function can now be used to copy an HTX message in a
channel's buffer. This function takes care to not overwrite existing data.

This patch depends on the commit "MINOR: htx: Add a function to append an HTX
message to another one". Both are mandatory to fix a bug in
http_reply_and_close() function. Be careful to backport both first.
2020-02-06 14:55:16 +01:00
..
common MINOR: htx: Add a function to append an HTX message to another one 2020-02-06 14:54:47 +01:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MINOR: htx/channel: Add a function to copy an HTX message in a channel's buffer 2020-02-06 14:55:16 +01:00
types MINOR: task: permanently flag tasklets waking themselves up 2020-01-31 17:45:10 +01:00