]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: mux-h1: use "H1" and not "h1" as the mux's name
authorWilly Tarreau <w@1wt.eu>
Wed, 22 May 2019 09:36:54 +0000 (11:36 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 22 May 2019 09:50:48 +0000 (11:50 +0200)
commit0a7a4fbbc833bb6ccb2b9cfed964a5a1f5af7e6b
treec8f1d47b1ebb828d357657198013ddec20dd6503
parentca2a3cc8d5c7f8322e2d2d3418322fa7579beae9
CLEANUP: mux-h1: use "H1" and not "h1" as the mux's name

The mux's name is the only one reported in lower case in "show sess"
or "haproxy -vv" while the other ones are upper case, so it loses and
the other ones win :-)
src/mux_h1.c