Change #241542
Category | curl |
Changed by | Stefan Eissing <stefan | @eissing.org>
Changed at | Fri 01 Aug 2025 09:30:59 |
Repository | https://github.com/curl/curl.git |
Project | curl |
Branch | master |
Revision | af69c9d636c099b8e9086828def3a92de8db3449 |
Comments
ip happy eyeballing: keep attempts running When `CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS` expires, start the next ip connect attempt, but keep all ongoing attempts alive. Separate happy-eyeballs connection filter into own source files. Closes #18105
Changed files
- docs/libcurl/opts/CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.md
- lib/Makefile.inc
- lib/cf-ip-happy.c
- lib/cf-ip-happy.h
- lib/connect.c
- lib/connect.h
- lib/curl_trc.c
- tests/unit/unit2600.c