commit | 5154e7a252530e07859d14cfb7ca7bb9c5a26821 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Dec 08 14:51:04 2021 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Dec 08 15:26:16 2021 +0100 |
tree | 2d2d9cc8269b3ae494064d0f38d7eaa783090309 | |
parent | 2873a31c81dfcc0a2b85d0c70f530bd3edf9b995 [diff] |
MINOR: quic: notify the mux on CONNECTION_CLOSE The xprt layer is reponsible to notify the mux of a CONNECTION_CLOSE reception. In this case the flag QC_CF_CC_RECV is positionned on the qcc and the mux tasklet is waken up. One of the notable effect of the QC_CF_CC_RECV is that each qcs will be released even if they have remaining data in their send buffers.