]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: proto_http: replace generic opaque types by real used types for the actions...
authorThierry FOURNIER <tfournier@arpalert.org>
Fri, 31 Jul 2015 06:54:25 +0000 (08:54 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 20 Aug 2015 15:13:46 +0000 (17:13 +0200)
commit8855a92d8cc45a6751093238d82df858365366df
treebac0d9b443076430d27b21e7d6346126b18f7564
parenta002dc9df8643d302bcc36b96d23b999ffff9338
MINOR: proto_http: replace generic opaque types by real used types for the actions on thr request line

This patch removes the generic opaque type for storing the configuration of the
action "set-method", "set-path", "set-query" and "set-uri".
include/types/action.h
src/proto_http.c