# File lib/new_relic/agent/new_relic_service.rb, line 247
      def http_connection
        if @in_session
          establish_shared_connection
        else
          create_http_connection
        end
      end