]> git.ipfire.org Git - thirdparty/curl.git/commit
url: connection reuse on h3 connections
authorStefan Eissing <stefan@eissing.org>
Thu, 19 Sep 2024 09:47:29 +0000 (11:47 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 20 Sep 2024 21:34:40 +0000 (23:34 +0200)
commit433d73033e325f7d0f37cecc2ea7fac6b05bcd45
tree3a58b0e990a941f1c63cbfb2ef8173de933d9610
parentc91c37b6e87ceee760b7bb334c8e97e03ee93e93
url: connection reuse on h3 connections

- When searching for existing connections, interpret the
  default CURL_HTTP_VERSION_2TLS as "anything goes". This
  will allow us to reuse HTTP/3 connections better
- add 'http/1.1' as allowed protocol identifier in Alt-Svc
  files
- add test_02_0[345] for testing protocol selection on
  provided alt-svc files

Fixes #14890
Reported-by: MacKenzie
Closes #14966
lib/altsvc.c
lib/url.c
tests/http/test_12_reuse.py