commit | c8db114afca12eea3500a844511552b068f2d821 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Oct 12 17:00:13 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Oct 12 17:10:41 2022 +0200 |
tree | c55c5e4a843cc802e2dbd142250c4445c32646db | |
parent | 3965aa749487a2a56b0f12141b1b672daf15970b [diff] |
MINOR: flags/mux-fcgi: Decode FCGI connection and stream flags The new functions fconn_show_flags() and fstrm_show_flags() decode the flags state into a string, and are used by dev/flags: $ /dev/flags/flags fconn 0x3100 fconn->flags = FCGI_CF_GET_VALUES | FCGI_CF_KEEP_CONN | FCGI_CF_MPXS_CONNS ./dev/flags/flags fstrm 0x3300 fstrm->flags = FCGI_SF_WANT_SHUTW | FCGI_SF_WANT_SHUTR | FCGI_SF_OUTGOING_DATA | FCGI_SF_BEGIN_SENT