You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drop default timeout for Socket#connect on Windows (#14756)
IIRC the default timeout of was added when the IOCP event loop did not allow an unlimited timeout. This is possible now, and we can remove the workaround.
0 commit comments