Change #266510
| Category | curl |
| Changed by | Stefan Eissing <stefan@eissing.org> |
| Changed at | Thu 07 May 2026 14:37:25 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | a86efdd7ca5433de9231e650f18247de8319ad16 |
Comments
url: fix connection reuse for starttls protocols When a connection is tested for reuse in a transfer that *may* upgrade to TLS (commonly via STARTTLS), the SSL configuration must match the existing connection. Reported-by: Andrew Nesbit Closes #21522
Changed files
- lib/url.c