]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: proto_htx: Add some functions to handle HTX messages
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 22 Oct 2018 07:29:56 +0000 (09:29 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 18 Nov 2018 21:08:54 +0000 (22:08 +0100)
commit0f226958b7046685af569a91dc01557a5a59c049
treebd927d642e80e12d5c52c2f4f67e3e774ee44b3b
parent47596d378706e72db644e1a3dbafa3e24a0f6caf
MINOR: proto_htx: Add some functions to handle HTX messages

More functions will come, but it is the minimum to switch HTX analyzers on the
HTX internal representation.
include/proto/proto_http.h
src/proto_http.c
src/proto_htx.c