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