Provide a description of the timeout error

This commit is contained in:
John Wood 2010-03-11 14:22:40 -06:00 committed by Will Leinweber
parent 6eed876784
commit 3066458eed

View file

@ -39,7 +39,7 @@ if RUBY_VERSION.to_f < 1.9
if IO.select([@io], nil, nil, @read_timeout) if IO.select([@io], nil, nil, @read_timeout)
retry retry
else else
raise Timeout::Error raise Timeout::Error, "IO timeout"
end end
end end
else else