]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] code factoring : capture_headers() serves requests and responses
authorWilly Tarreau <w@1wt.eu>
Sun, 4 Mar 2007 17:17:17 +0000 (18:17 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 4 Mar 2007 17:17:17 +0000 (18:17 +0100)
commit117f59e282629d17e4297a2f3326625912c92db9
tree1b8f22706208a86aa971aea653afefdbc248af5f
parent4b89ad4358d70d46805f86b2b7e93bf65b405549
[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.
src/proto_http.c