Change #272892
| Category | curl |
| Changed by | Stefan Eissing <stefan@eissing.org> |
| Changed at | Fri 26 Jun 2026 13:52:26 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | 2f1e94eaede6bd0534203f00abc90cced1d5dc4d |
Comments
conncache: connection alive checks intervals Do not check if a particular connection is alive or not more than once every second. We did this on every connection reuse which is overkill when sending many requests to the same host. Closes #22169
Changed files
- lib/conncache.c
- lib/url.c
- lib/url.h
- lib/urldata.h