Provide a description of the timeout error
This commit is contained in:
parent
6eed876784
commit
3066458eed
|
@ -39,7 +39,7 @@ if RUBY_VERSION.to_f < 1.9
|
|||
if IO.select([@io], nil, nil, @read_timeout)
|
||||
retry
|
||||
else
|
||||
raise Timeout::Error
|
||||
raise Timeout::Error, "IO timeout"
|
||||
end
|
||||
end
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue