]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-h2: add functions to convert an h2c/h2s state to a string
authorWilly Tarreau <w@1wt.eu>
Fri, 30 Aug 2019 05:07:08 +0000 (07:07 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 30 Aug 2019 05:10:46 +0000 (07:10 +0200)
commitab2ec45403cc315a286ebc573d629e24f6d086fa
tree89fe9f52a4a9ab6bd8331cfc79a8d7e05d54e667
parent7838a79bac6ff2d81c9ff681d80644489511fa3f
MINOR: mux-h2: add functions to convert an h2c/h2s state to a string

We need this all the time in traces, let's have it now. For the sake
of compact outputs, the strings are all 3-chars long. The "show fd"
output was improved to make use of this.
src/mux_h2.c