]> git.kaiwu.me - haproxy.git/commit
MEDIUM: h2: allocate and release the h2c context on connection init/end
authorWilly Tarreau <w@1wt.eu>
Fri, 22 Sep 2017 06:07:25 +0000 (08:07 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 31 Oct 2017 17:12:14 +0000 (18:12 +0100)
commit32218eb3448e6ef31f43ea56701d55d86f26bb49
tree88bd8706db7df5e14f8cf7e2445d507f4cf5659b
parentc64051404def59c85462bd7b4f10bb862b20dea1
MEDIUM: h2: allocate and release the h2c context on connection init/end

The connection's h2c context is now allocated and initialized on mux
initialization, and released on mux destruction. Note that for now the
release() code is never called.
src/mux_h2.c