]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: quic: Make sure we return NULL in quic_conn_app_io_cb if needed
authorOlivier Houchard <cognet@ci0.org>
Fri, 25 Apr 2025 11:02:47 +0000 (13:02 +0200)
committerOlivier Houchard <cognet@ci0.org>
Fri, 25 Apr 2025 14:14:26 +0000 (16:14 +0200)
commit5838786fa0e12ec09d430d2d569b7955c6348f68
treefc24e0dc522bbbf679443a2c0133f93124c78a1e
parent15c5846db8802be3f15a690a443eae8a6ec2c921
MEDIUM: quic: Make sure we return NULL in quic_conn_app_io_cb if needed

In quic_conn_app_io_cb, make sure we return NULL if the tasklet has been
destroyed, so that the scheduler knows. It is not yet needed, but will
be soon.
src/quic_conn.c