File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -227,8 +227,9 @@ Note: We're only listing outstanding class updates.
227227 * When a user- specified timeout occurred in ` TCPSocket.new` , either ` Errno::ETIMEDOUT`
228228 or ` IO::TimeoutError` could previously be raised depending on the situation.
229229 This behavior has been unified so that ` IO::TimeoutError` is now consistently raised.
230- (Please note that, in ` Socket.tcp` , there are still cases where ` Errno::ETIMEDOUT` may
231- be raised in similar situations.)
230+ (Please note that, in ` Socket.tcp` , there are still cases where ` Errno::ETIMEDOUT`
231+ may be raised in similar situations, and that in both cases ` Errno::ETIMEDOUT` may be
232+ raised when the timeout occurs at the OS level.)
232233
233234* String
234235
You can’t perform that action at this time.
0 commit comments