Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: JRuby 1.2
-
Component/s: Extensions
-
Labels:None
-
Environment:Windows XP
-
Testcase included:yes
Description
the ready? method of a socket should return a true value when there is data available.
Test case passes in 1.0.3 and 1.1RC1 binary releases. However, in both of those releases, calling #ready? on a newly initialized socket with no available data on the stream causes it to hang.