crystal-lang / crystal

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

Fix regression on `Socket#connect` timeout type restriction #14755

Closed straight-shoota closed 4 days ago

straight-shoota commented 5 days ago

The timeout parameter of system_connect has an implict type restriction of Time::Span? and we need to convert numeric arguments. This fixes a regression introduced in https://github.com/crystal-lang/crystal/pull/14643.

Resolves #14752 Closes #14753