]> git.kaiwu.me - haproxy.git/commit
MINOR: quic: free xprt tasklet on its thread
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 12 Jan 2022 13:54:23 +0000 (14:54 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 12 Jan 2022 14:21:27 +0000 (15:21 +0100)
commit9ab2fb39215243ad33362ddc82309a0494867cf7
treed1c659c92cc4673ec2b85c4c33dbc15acd2a57d4
parentb76ae6951347a9e072c03ac54a047901ab19f25c
MINOR: quic: free xprt tasklet on its thread

Free the ssl_sock_ctx tasklet in quic_close() instead of
quic_conn_drop(). This ensures that the tasklet is destroyed safely by
the same thread.

This has no impact as the free operation was previously conducted with
care and should not be responsible of any crash.
src/xprt_quic.c