MINOR: proto-htx: Use the start-line flags to set the HTTP messsage ones
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 27 Nov 2018 10:21:21 +0000 (11:21 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 1 Dec 2018 16:37:27 +0000 (17:37 +0100)
commit0359911935de7f4d82159bfebba741af2b7a067e
treeeae491304a655aa8948aeeefc67d032d2e398249
parentf1ba18d7b3b8104b42615ee85c7432ec04456be5
MINOR: proto-htx: Use the start-line flags to set the HTTP messsage ones

the flags of the HTX start-line (HTX_SL_F_*) are mapped on ones of the HTTP
message (HTTP_MSGS_*). So we can easily retrieve info from the parsing in HTX
analyzers.
src/mux_h1.c
src/proto_htx.c