commit | 1339d744d5953de5630ee9526470a9843ff5dd2f | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@qualys.com> | Wed May 11 16:48:33 2016 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed May 18 15:11:54 2016 +0200 |
tree | b3ca8d028bcf28cfa380e9519fc1415491210aa2 | |
parent | 27b639d37fb4f4c255272ce8fbdebafbf5688302 [diff] |
MEDIUM: filters: Move HTTP headers filtering in its own callback Instead of calling 'channel_analyze' callback with the flag AN_FLT_HTTP_HDRS, now we use the new callback 'http_headers'. This change is done because 'channel_analyze' callback will be removed in a next commit.