]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: Move http method enum from proto_http to sample
authorThierry FOURNIER <tfournier@arpalert.org>
Thu, 23 Jul 2015 16:16:33 +0000 (18:16 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 11 Aug 2015 12:14:10 +0000 (14:14 +0200)
commitfd7edd3968bc52e919dd85309b456a8bf9c7c27d
tree8cfac7715f6f95f11acd1631a0c76e2d616de924
parent48a9cd104d07919fdd941b36e9f927a20d55edd3
MINOR: Move http method enum from proto_http to sample

This is useful to prevent cross includes. The header file sample.h
needs to include proto_http, stick_tables.h will need to include
sample.h and proto_http includes stick_tables.h.

I choose to move the known http method define because this enum is
mainly used in sample.h. This enum is used for the sample type method.
include/types/proto_http.h
include/types/sample.h