# File lib/new_relic/agent/new_relic_service.rb, line 214
      def establish_shared_connection
        unless @shared_tcp_connection
          @shared_tcp_connection = create_and_start_http_connection
        end
        @shared_tcp_connection
      end