]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: config: move the http redirect rule parser to proto_http.c
authorWilly Tarreau <w@1wt.eu>
Thu, 27 Dec 2012 11:00:31 +0000 (12:00 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 28 Dec 2012 13:47:19 +0000 (14:47 +0100)
commit4baae248fc77eaaad308fb5fbdf5d0bd71081f5b
treecd65902f5fec0fcedbe1b304504fd3b0260c6df5
parent71241abfd3db82594a5f76d11d4c9e21e1a38cc3
REORG: config: move the http redirect rule parser to proto_http.c

We'll have to use this elsewhere soon, let's move it to the proper
place.
include/proto/proto_http.h
src/cfgparse.c
src/proto_http.c