REORG: quic: Move qc_notify_send() to quic_conn
authorFrédéric Lécaille <flecaille@haproxy.com>
Tue, 28 Nov 2023 13:02:17 +0000 (14:02 +0100)
committerFrédéric Lécaille <flecaille@haproxy.com>
Tue, 28 Nov 2023 14:47:18 +0000 (15:47 +0100)
commit714d1096bc5ab09ac0ab30c7371e2c8c594afda9
tree4db3cc114a3d11c03d8b62d91a7f0e4bb2793fc9
parentb39362070d2d5adbe81b49fec3363b752cfb4220
REORG: quic: Move qc_notify_send() to quic_conn

Move qc_notify_send() from quic_tx.c to quic_conn.c. Note that it was already
exported from both quic_conn.h and quic_tx.h. Modify this latter header
to fix the duplication.
include/haproxy/quic_tx.h
src/quic_conn.c
src/quic_tx.c