CLEANUP: mux-h2: remove unused goto "out_free_h2s"
authorWilliam Dauchy <w.dauchy@criteo.com>
Wed, 8 Jan 2020 14:16:53 +0000 (15:16 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 8 Jan 2020 15:16:19 +0000 (16:16 +0100)
commitcd7fa3dcfcce4ec321c6624813c994eba4b79a09
tree4084d839bf2b36ffcc97fa3d9f9d3abf2f269468
parent9205fea13a5e1711a54e6eca68b94128d47c391a
CLEANUP: mux-h2: remove unused goto "out_free_h2s"

Since commit fa8aa867b915 ("MEDIUM: connections: Change struct
wait_list to wait_event.") we no longer use this section.

this should fix github issue #437

Signed-off-by: William Dauchy <w.dauchy@criteo.com>
src/mux_h2.c