]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: http: made CHECK_HTTP_MESSAGE_FIRST accessible to other functions
authorJames Rosewell <james@51degrees.com>
Fri, 18 Sep 2015 16:11:16 +0000 (17:11 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 21 Sep 2015 10:05:26 +0000 (12:05 +0200)
commit91a41cb32dbf6428fd44ca7f375c243f0b1a675a
treeeca5c9facc8f641351d0994bf32c7d4650240f09
parent11e334d972664c6964e3bac23c7da31c367bfbcb
MINOR: http: made CHECK_HTTP_MESSAGE_FIRST accessible to other functions

Added the definition of CHECK_HTTP_MESSAGE_FIRST and the declaration of
smp_prefetch_http to the header.

Changed smp_prefetch_http implementation to remove the static qualifier.
include/proto/proto_http.h
src/proto_http.c