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

Change #274590

Category curl
Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
Changed at Sun 12 Jul 2026 17:50:02
Repository https://github.com/curl/curl.git
Project curl
Branch master
Revision eb73af253cb37bf3caa2112fff7d02f38cfe49fb

Comments

tool: fix memory use in parallel mode
The curl tool was creating a new transfer every time it checked if
it needed to add one to reach max parallelism. This led to eventually
all configured transfers to have easy handles created.

Limit the creation again to the ones needed for max parallelism.

scorecard.py: set --out-null only for curl versions that support it

Closes #22277

Changed files