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

Change #272659

Category curl
Changed by Samuel Dainard <sdainardohnoyoudont@amazon.com>
Changed at Thu 25 Jun 2026 08:37:19
Repository https://github.com/curl/curl.git
Project curl
Branch master
Revision 5232c1620897213db1781937c0bace0b7320474f

Comments

sws: allow connection-monitor to log all disconnects
Remove the suppression of connmon after the first disconnect event. The
connmon flag is set per-test via the 'connection-monitor' server command
and should remain active for the lifetime of that test's connections to
properly detect connection reuse failures.

The suppression was introduced in 510fdad to work around a connection
reuse regression that has since been resolved by the credentials
refactoring in 8f71d0f. With the underlying issue fixed, restoring full
disconnect logging strengthens tests like 338 to catch future
regressions in connection reuse logic.

Fixes #22158
Closes #22159

Changed files