commit | 3abeb579093c5c9c40b5e95d1ff77a11738fed30 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon Jul 04 11:42:27 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Jul 05 11:22:15 2022 +0200 |
tree | 51c3eb1755210dc63b54a31113fcae574cab66b1 | |
parent | 321fa7733c6cb39de8e958ab61281605f7af936f [diff] |
MINOR: mux-quic: implement accessor for sedesc Implement a function <qcs_sc> to easily access to the stconn associated with a QCS. This takes care of qcs.sd which may be NULL, for example for unidirectional streams. It is expected that in the future when implementing STOP_SENDING/RESET_STREAM, stconn must be notify about the event. This accessor will allow to easily test if the stconn is instantiated or not.