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