commit | 117f59e282629d17e4297a2f3326625912c92db9 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Mar 04 18:17:17 2007 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Mar 04 18:17:17 2007 +0100 |
tree | 1b8f22706208a86aa971aea653afefdbc248af5f | |
parent | 4b89ad4358d70d46805f86b2b7e93bf65b405549 [diff] |
[MINOR] code factoring : capture_headers() serves requests and responses Both request and response captures will have to parse headers following the same methods. It's better to factorize the code, hence the new capture_headers() function.