# File lib/fcgi.rb, line 317
      def initialize(type, reqid)
        @type = type
        @request_id = reqid
      end