Files
bun.sh/test/regression
Claude Bot f39c7950f7 fix(net): guard against null context/handle in internalConnectMultipleTimeout
Add null checks in `internalConnectMultipleTimeout` to prevent TypeError
when the socket is destroyed before the timeout fires. This fixes a race
condition that could occur under high concurrent load when using TLS
connect with `autoSelectFamily` and `timeout` options.

Fixes #25633

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-12 20:09:47 +00:00
..