forked from jruby/jruby
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for TCPSocket connect_timeout
- Loading branch information
Showing
4 changed files
with
92 additions
and
27 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
wip:TCPSocket#initialize raises Errno::ETIMEDOUT with :connect_timeout when no server is listening on the given address | ||
wip:TCPSocket#initialize with a running server connects to a server when passed connect_timeout argument | ||
wip:TCPSocket#initialize using IPv4 when a server is listening on the given address raises SocketError when the port number is a non numeric String | ||
wip:TCPSocket#initialize using IPv6 when a server is listening on the given address raises SocketError when the port number is a non numeric String |
This file was deleted.
Oops, something went wrong.