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/faraday_spec.rb [103:111]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        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"}' }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



