]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-h2: prepare to support PING emission
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 8 Apr 2025 09:49:37 +0000 (11:49 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 17 Apr 2025 12:49:36 +0000 (14:49 +0200)
commit4dcfe098a63449f3e199373b38dd88462e92fc2c
tree25476cac53ef66b49ca8a94b36868ec2d4c59698
parent99b2e52f89b91573ae97bd18ffdca6da2742df33
MINOR: mux-h2: prepare to support PING emission

Adapt the already existing function h2c_ack_ping(). The objective is to
be able to emit a PING request. First, it is renamed as h2c_send_ping().
A new boolean argument <ack> is used to emit either a PING request or
ack.
src/mux_h2.c