# File lib/ec2/right_mon_interface.rb, line 82 def request_info(request, parser) thread = @params[:multi_thread] ? Thread.current : Thread.main thread[:elb_connection] ||= Rightscale::HttpConnection.new(:exception => Aws::AwsError, :logger => @logger) request_info_impl(thread[:elb_connection], @@bench, request, parser) end