MINOR: h2: create the h2c struct and allocate its pool

The h2c struct describes an H2 connection context and is assigned as the
mux's context. It has its own pool, allocated at boot time and released
after deinit().
1 file changed