]> git.ipfire.org Git - thirdparty/curl.git/commit
osslq: set out idle timeout to 0
authorStefan Eissing <stefan@eissing.org>
Tue, 7 Oct 2025 10:05:08 +0000 (12:05 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 7 Oct 2025 15:23:24 +0000 (17:23 +0200)
commit0d573969de269cb58d85c73ad12d63cccf7b33dd
tree94f7b46921750ba7cb8667a26ac4ce5a8fcb6ec3
parent352d1dc6ab0af5bc7f88746cd059ceca6c1e9c0a
osslq: set out idle timeout to 0

Similar to our ngtcp2 backend, set our idle timeout for the connection
to 0, meaning we have no such timeout from our side. The effective idle
timeout is then the one announced by the peer.

Closes #18907
lib/vquic/curl_osslq.c