# File lib/faraday/adapter/em_http.rb, line 134
      def configure_compression(options, env)
        if env[:method] == :get and not options[:head].key? 'accept-encoding'
          options[:head]['accept-encoding'] = 'gzip, compressed'
        end
      end