mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-28 15:42:30 +00:00
439be5838d
The new functions h2c_show_flags() and h2s_show_flags() decode the flags state into a string, and are used by dev/flags: $ ./dev/flags/flags h2c 0x0600 h2c->flags = H2_CF_DEM_IN_PROGRESS | H2_CF_DEM_SHORT_READ $ ./dev/flags/flags h2s 0x7003 h2s->flags = H2_SF_HEADERS_RCVD | H2_SF_OUTGOING_DATA | H2_SF_HEADERS_SENT \ | H2_SF_ES_SENT | H2_SF_ES_RCVD |
||
---|---|---|
.. | ||
base64 | ||
coccinelle | ||
flags | ||
haring | ||
hpack | ||
plug_qdisc | ||
poll | ||
qpack | ||
tcploop | ||
trace | ||
udp |