mirror of
https://github.com/curl/curl.git
synced 2025-03-13 15:37:04 +08:00
Add Curl_quic_idle which is called when no HTTP level read or write is performed. It is a good place to handle timer expiry for QUIC transport (.e.g, retransmission). Closes #8698