commit | 0dc40f06d1ed51e8412c40aa5d8a8707216bd70b | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon Feb 07 11:44:17 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Mar 04 17:00:12 2022 +0100 |
tree | 86d3447e762b61c88aa0741851d98f35e9654244 | |
parent | 749cb647b1405c2ed6f233dd43ba542e62a2eea5 [diff] |
MINOR: mux-quic: complete functions to detect stream type Improve the functions used to detect the stream characteristics : uni/bidirectional and local/remote initiated. Most notably, these functions are now designed to work transparently for a MUX in the frontend or backend side. For this, we use the connection to determine the current MUX side. This will be useful if QUIC is implemented on the server side.