[#68845] [Ruby trunk - Feature #11056] [PATCH] lib/net/*: use io/wait methods instead of IO.select — normalperson@...
Issue #11056 has been updated by Eric Wong.
3 messages
2015/04/11
[#68945] [Ruby trunk - Feature #11083] [Open] Gemify net-telnet — shibata.hiroshi@...
Issue #11083 has been reported by Hiroshi SHIBATA.
4 messages
2015/04/21
[#68951] Re: [Ruby trunk - Feature #11083] [Open] Gemify net-telnet
— Eric Wong <normalperson@...>
2015/04/21
shibata.hiroshi@gmail.com wrote:
[#69012] [Ruby trunk - Feature #11105] [Open] ES6-like hash literals — shugo@...
Issue #11105 has been reported by Shugo Maeda.
5 messages
2015/04/29
[ruby-core:68926] [Ruby trunk - Feature #11072] [PATCH] connect_nonblock(..., exception: false) does not raise EISCONN
From:
nobu@...
Date:
2015-04-18 17:06:34 UTC
List:
ruby-core #68926
Issue #11072 has been updated by Nobuyoshi Nakada. Seems fine to me. ---------------------------------------- Feature #11072: [PATCH] connect_nonblock(..., exception: false) does not raise EISCONN https://bugs.ruby-lang.org/issues/11072#change-52192 * Author: Eric Wong * Status: Open * Priority: Normal * Assignee: Nobuyoshi Nakada ---------------------------------------- This is to reduce exceptions for code which issues a (IMHO, unnecessary) second connect() syscall. I'll update ext/socket/lib/socket.rb to reduce exceptions on :connect_timeout if this is accepted. Personally, I never bother issuing a second connect() syscall anymore and just catch the failures when calling write/read/sendmsg/recvmsg/etc, but maybe we need to keep the second connect() syscall in socket.rb for some odd systems... ---Files-------------------------------- 0001-connect_nonblock-.-exception-false-does-not-raise-EI.patch (1.56 KB) -- https://bugs.ruby-lang.org/