commit | 0e2ad613156b51159a1038724be637d21941321f | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed May 13 16:38:37 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed May 20 18:27:13 2020 +0200 |
tree | 3cb5285e5dac383fa5986377e46f004e7908b5f9 | |
parent | 7eea241c391c019e8352b55c2167717b09fbc944 [diff] |
MINOR: http-ana: Use a dedicated function to send a response from an http reply The http_reply_message() function may be used to send an http reply to a client. This function is responsile to convert the reply in HTX, to push it in the response buffer and to forward it to the client. It is also responsible to terminate the transaction. This function is used during evaluation of http return rules.