Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Not A Bug
-
Affects Version/s: JRuby 1.6.6, JRuby 1.6.7
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:Mac OSX 10.7.3 with java 1.6.0_31 w/ HotSpot, 64-Bit Server
-
Number of attachments :
Description
Basic Goliath test application doesn't work. Requests are responded to in the code, but the output doesn't flush until I shut down the server. Works in all other Ruby VMs, and works in JRuby 1.6.5.
Also, I should note, this sounds a lot like issue 5165, but the fix for that (which it seems nobody likes the style of) doesn't fix this. Likely the fix that puts the logic in the right place will fix this, but after spending some time looking at the code, I'm still too stupid to figure out how to do that.