Do not handle Interrupt exception here.
git-svn-id: file:///home/svn/framework3/trunk@6545 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
a044ac4661
commit
6f2ff2d1d5
|
@ -499,8 +499,6 @@ class Manager
|
|||
timeout(@timeout) do
|
||||
return get_response(request)
|
||||
end
|
||||
rescue ::Interrupt
|
||||
raise $!
|
||||
rescue Timeout::Error
|
||||
# no action - try again
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue