crystal-lang / crystal

The Crystal Programming Language
https://crystal-lang.org
Apache License 2.0
19.2k stars 1.61k forks source link

Drop default timeout for `Socket#connect` on Windows #14756

Closed straight-shoota closed 4 days ago

straight-shoota commented 5 days ago

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.