]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: h2: unify the mux init function
authorWilly Tarreau <w@1wt.eu>
Wed, 3 Oct 2018 11:52:41 +0000 (13:52 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 12 Oct 2018 14:58:01 +0000 (16:58 +0200)
commit7dc24e49cc428354f355efdc333918f078103398
tree68fc1af81bcddab2f8895028c11cf8ece2bf0d0b
parent6bf641a61dd00a2e4e60790e59c8bd1696c0163c
MINOR: h2: unify the mux init function

The init function was split into the mux init and the front init, but it
appears that most of the code will be common between the two sides when
implementing the backend init. Thus let's simply make this a unique
h2_init() function.
src/mux_h2.c