]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: h2: implement active connection reversal
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 7 Aug 2023 12:55:32 +0000 (14:55 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 24 Aug 2023 15:03:08 +0000 (17:03 +0200)
commit6820b9b3937e0e07c9af543d424bde0cbcc3f757
tree2c2e93a91c24639b2f4241b94e1d0325af074b5a
parentb130f8dbc343640fd3867168f9e8f0c16ad5e9d0
MEDIUM: h2: implement active connection reversal

Implement active reverse on h2_conn_reverse().

Only minimal steps are done here : HTTP version session counters are
incremented on the listener instance. Also, the connection is inserted
in the mux_stopping_list to ensure it will be actively closed on process
shutdown/listener suspend.
src/mux_h2.c