spec/elastic/transport/http/curb_spec.rb [92:100]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          perform_request
        end
      end

      context 'when compression enabled' do
        let(:client) do
          Elastic::Transport::Client.new(transport_class: described_class, compression: true)
        end
        let(:body_string) { '{"foo":"bar"}' }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/elastic/transport/http/manticore_spec.rb [107:115]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          perform_request
        end
      end

      context 'when compression enabled' do
        let(:client) do
          Elastic::Transport::Client.new(transport_class: described_class, compression: true)
        end
        let(:body_string) { '{"foo":"bar"}' }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



