commit | 0ea0c86753ea55123da51cfce3276792e124f2e4 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Jan 23 11:47:53 2020 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Feb 06 14:54:47 2020 +0100 |
tree | 44571aabe02a016cc731db858d789873106efadf | |
parent | 0a589fde7c67cfaf730e7d8b157b116364690cc0 [diff] |
MINOR: htx: Add a function to append an HTX message to another one the htx_append_msg() function can now be used to append an HTX message to another one. All the message is copied or nothing. If an error occurs during the copy, all changes are rolled back. This patch is mandatory to fix a bug in http_reply_and_close() function. Be careful to backport it first.