Do not handle Interrupt exception here.

git-svn-id: file:///home/svn/framework3/trunk@6545 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Ramon de C Valle 2009-05-11 18:16:54 +00:00
parent a044ac4661
commit 6f2ff2d1d5
1 changed files with 0 additions and 2 deletions

View File

@ -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