-
-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This changes TcpClient.new and TcpClient.with_timeout to support connecting to multiple IP addresses based on RFC 8305, also known as "Happy Eyeballs version 2". In addition, TcpClient.new now uses a default timeout of 60 seconds instead of waiting forever, and std.time.Duration is extended with a few extra methods such as Duration.positive? and Duration./. This fixes #795. Changelog: added
- Loading branch information
1 parent
98c7f1e
commit 21d91d9
Showing
3 changed files
with
312 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.