commit | b329a312e3acc8fb366652b8fffc636b410aa50b | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri May 22 16:27:37 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu May 28 17:42:16 2015 +0200 |
tree | 0e6a48675d257346397617f95a147bafcc46ddfa | |
parent | e80fadaaca97c25d43a06079a563d75dac700e29 [diff] |
CLEANUP: http: explicitly reference request in http_apply_redirect_rules() This function was made to perform a redirect on requests only, it was using a message or txn->req in an inconsistent way and did not consider the possibility that it could be used for the other direction. Let's clean it up to have both a request and a response messages.