MINOR: h3: remove quic_conn only reference
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 18 Dec 2023 18:01:53 +0000 (19:01 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 20 Dec 2023 09:38:30 +0000 (10:38 +0100)
commitd2540b2f720ca3fe909a56ef3ab532127a90b421
treee85e85687b0432e8a8febe36edd7ddf11fbfa86b
parent71f626e3e2a89bb408d1c8694e35aef490f013f1
MINOR: h3: remove quic_conn only reference

H3 uses a direct reference to quic_conn to access the listener instance.
This can be replaced by using qcc->conn->target. This allows to remove
quic_conn-t.h header include from it.
src/h3.c