commit | e333ec9f24dc6831adb8cfe6e97e278e7db34164 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Apr 16 16:26:40 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue May 08 20:57:10 2012 +0200 |
tree | ce7ab7c00c9f9288ab11520c7c33fe4e1e37bfd4 | |
parent | 7744e0cf43f73b9bb049aaa5dec423d40b96afb0 [diff] |
MEDIUM: http/acl: merge all request and response ACL fetches of headers and cookies Latest changes have made it possible to remove all differences between request and response processing, making it worth merging request and response ACL fetch functions to reduce code size. Most likely with minor adaptation it will be possible to use the same hdr_* functions to match in the response path, and cook_* for the response cookie too.