commit | 0a29e138358afb503967edf2f8508912ee58ccd7 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Dec 23 15:06:56 2021 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Dec 23 16:06:07 2021 +0100 |
tree | 8c2b9310eef19cc0b9c7b94867ffdb9e9dfbd8b7 | |
parent | e81fed9a5427cea129afba8249db2ad31733e31c [diff] |
MINOR: quic: delete timer task on quic_close() The timer task is attached to the connection-pinned thread. Only this thread can delete it. With the future refcount implementation of quic_conn, every thread can be responsible to remove the quic_conn via quic_conn_free(). Thus, the timer task deletion is moved from the calling function quic_close().