commit | 61c112aa5bf5f2b9bb2ad55f00c4c9952022dc29 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Oct 02 16:43:32 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Oct 02 18:28:05 2018 +0200 |
tree | 5521affae4dede2ef709b46d7b0d9b2b1c2719a1 | |
parent | 79e57336b5ff4b968cf280ccee87a02a8deafe9a [diff] |
REORG: http: move HTTP rules parsing to http_rules.c These ones are mostly called from cfgparse.c for the parsing and do not depend on the HTTP representation. The functions's prototypes were moved to proto/http_rules.h, making this file work exactly like tcp_rules. Ideally we should stop calling these functions directly from cfgparse and register keywords, but there are a few cases where that wouldn't work (stats http-request) so it's probably not worth trying to go this far.