]> git.ipfire.org Git - thirdparty/curl.git/commit
OpenSSL QUIC: adapt to v3.3.x
authorStefan Eissing <stefan@eissing.org>
Tue, 13 Feb 2024 12:59:03 +0000 (13:59 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 20 Feb 2024 09:00:37 +0000 (10:00 +0100)
commitbdff974f4679407932f586b0d235797e215a9e07
treeef988363376cd629dc18a245088b9098973d3904
parent36401d0d4aff76a750769e06f2e47300205325b0
OpenSSL QUIC: adapt to v3.3.x

- set our idle timeout as transport parameter
- query negotiated idle timeout for connection alive checks
- query number of available bidi streams on a connection
- use write_ex2 with SSL_WRITE_FLAG_CONCLUDE to signal
  EOF on last chunk write, so stream close does not
  require an additional QUIC packet

Closes #12933
lib/vquic/curl_osslq.c