]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-quic: save proxy instance into qcc
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 22 Jul 2022 14:16:03 +0000 (16:16 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 1 Aug 2022 12:23:21 +0000 (14:23 +0200)
commit07bf8f4d8631c29297ded195d9d4004fba2c030d
tree5520fcdc4118f2d43a992e0207e71caadabeb132
parent09ec3e09bd6bf6ab83199ef3ddc7e20b69d99f02
MINOR: mux-quic: save proxy instance into qcc

Store a reference to proxy in the qcc structure. This will be useful to
access to proxy members outside of qcc_init().

Most notably, this change is required to implement timeout refreshing by
using the various timeouts configured at the proxy level.
include/haproxy/mux_quic-t.h
src/mux_quic.c