spec/elastic/transport/http/faraday_spec.rb [124:133]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        perform_request
      end

      context 'when client makes second request with nil boby' do
        before { perform_request }

        it 'remove Content-Encoding header' do
          expected_headers.delete('Content-Encoding')
          expect(
            client.transport.connections.first.connection
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/elastic/transport/http/manticore_spec.rb [128:137]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          perform_request
        end

        context 'when client makes second request with nil boby' do
          before { perform_request }

          it 'remove Content-Encoding header' do
            expected_headers.delete('Content-Encoding')
            expect(
              client.transport.connections.first.connection
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



