Change #264725
| Category | curl |
| Changed by | Stefan Eissing <stefan@eissing.org> |
| Changed at | Thu 16 Apr 2026 22:53:20 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | a973377cd7836313728195db3826acbc98cc0098 |
Comments
dnsd: implement HTTPS-RR with alpn pref and no-default-alpn Support HTTPS records in dnsd that have ALPN preferences. Add pytest test_22_* to verify that HTTPS record ALPN preferencces take effect if the HTTPS resolve arrives in time. Fix HTTPS eyeballing use of timeouts for second attempt. Also, make an initial HTTP/1.1 attempt switch off HTTP/2. Closes #21329
Changed files
- docs/libcurl/libcurl-env-dbg.md
- lib/cf-https-connect.c
- tests/http/Makefile.am
- tests/http/test_06_eyeballs.py
- tests/http/test_22_httpsrr.py
- tests/http/testenv/dnsd.py
- tests/server/dnsd.c