commit | 07bf8f4d8631c29297ded195d9d4004fba2c030d | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Jul 22 16:16:03 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon Aug 01 14:23:21 2022 +0200 |
tree | 5520fcdc4118f2d43a992e0207e71caadabeb132 | |
parent | 09ec3e09bd6bf6ab83199ef3ddc7e20b69d99f02 [diff] |
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.