]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: htx: Change htx_sl to be a struct instead of an union
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 26 Nov 2018 10:13:57 +0000 (11:13 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 1 Dec 2018 16:37:27 +0000 (17:37 +0100)
commit570d1614fa3d46fe7b85deecedd7b20cdc5427f1
tree8df8d42145e9d3a540039c54ba25a7ec94914733
parentb1b0821e8e935902e1b0360b4022ad107d378c4d
MEDIUM: htx: Change htx_sl to be a struct instead of an union

The HTX start-line is now a struct. It will be easier to extend, if needed. Same
info can be found, of course. In addition it is now possible to set flags on
it. It will be used to set some infos about the message.

Some macros and functions have been added in proto/htx.h to help accessing
different parts of the start-line.
include/proto/htx.h
include/types/htx.h
src/http_htx.c
src/htx.c
src/mux_h1.c