haproxy/include
Christopher Faulet 2056736453 MINOR: htx: Add a function to copy a buffer in an HTX message
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().
2020-05-20 18:27:14 +02:00
..
common MINOR: htx: Add a function to copy a buffer in an HTX message 2020-05-20 18:27:14 +02:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MEDIUM: http-ana: Use http replies for HTTP error messages 2020-05-20 18:27:14 +02:00
types CLEANUP: http-htx: Remove unused storage of error messages in buffers 2020-05-20 18:27:14 +02:00