commit | 32218eb3448e6ef31f43ea56701d55d86f26bb49 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Sep 22 08:07:25 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Oct 31 18:12:14 2017 +0100 |
tree | 88bd8706db7df5e14f8cf7e2445d507f4cf5659b | |
parent | c64051404def59c85462bd7b4f10bb862b20dea1 [diff] |
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.