mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-07 07:37:02 +02:00
This patch is mandatory to invert the endpoint and the context in the conn-stream. There is no common type (at least for now) for the entity representing a mux (h1s, h2s...), thus we must set its type when the endpoint is attached to a conn-stream. There is 2 types for the conn-stream endpoints: the mux (CS_FL_ENDP_MUX) and the applet (CS_FL_ENDP_APP). |
||
---|---|---|
.. | ||
flags.c | ||
README | ||
show-fd-to-flags.sh |
This needs to be built from the top makefile, for example : make dev/flags/flags Then the executable is usable either one value at a time from the command line, either with values coming from stdin with "-" passed alone instead of the value. It is possible to restrict the decoding to certain fields only by specifying one of "ana", "chn", "conn", "cs", "si", "sierr", "strm", "task", or "txn" before the value.