]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux_h2: replace the req,res h1 messages with a single h1 message
authorWilly Tarreau <w@1wt.eu>
Tue, 11 Sep 2018 11:52:04 +0000 (13:52 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 12 Sep 2018 15:38:25 +0000 (17:38 +0200)
commita40704ab055d31f994aa46dc8a937283a40f55c4
treef9088cf21b9c705a701e6236465fd997cfaa2e16
parentbbf3823f82648daaa3fd0f14f8ad787cff7fcf63
MINOR: mux_h2: replace the req,res h1 messages with a single h1 message

There's no reason to have the two sides in H1 format since we only use
one at a time (the response at the moment). While completely removing
the request declaration, let's rename the response to "h1m" to clarify
that it's the unique h1 message there.
src/mux_h2.c