mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-12-24 02:51:00 +01:00
Make depends qc_new_isecs() only on quic_conn struct initialization only (no more dependency on connection struct initialization) to be able to run it as soon as the quic_conn struct is initialized (from the I/O handler) before running ->accept() quic proto callback.