Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #272892

Category curl
Changed by Stefan Eissing <stefanohnoyoudont@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