# File lib/faraday/adapter/typhoeus.rb, line 12
      def call(env)
        super
        perform_request env
        @app.call env
      end