haproxy/include
Christopher Faulet c87e468816 MINOR: http-rules: Add a flag on redirect rules to know the rule direction
HTTP redirect rules can be evaluated on the request or the response path. So
when a redirect rule is evaluated, it is important to have this information
because some specific processing may be performed depending on the direction. So
the REDIRECT_FLAG_FROM_REQ flag has been added. It is set when applicable on the
redirect rule during the parsing.

This patch is mandatory to fix a bug on redirect rule. It must be backported to
all stable versions.
2020-02-06 14:55:34 +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: http-rules: Add a flag on redirect rules to know the rule direction 2020-02-06 14:55:34 +01:00