mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-01-11 20:01:00 +01:00
The htx_copy_msg() function can now be used to copy the HTX message stored in a buffer in an existing HTX message. It takes care to not overwrite existing data. If the destination message is empty, a raw copy is performed. All the message is copied or nothing. This function is used instead of channel_htx_copy_msg().