# File test/pseudo_req_res.rb, line 124
    def setup
      super
      @init_call = 0
      @final_call = 0
      @filter_open_call = 0
      @filter_head_call = 0
      @filter_body_call = 0
      @filter_close_call = 0
      @filter_script_name = nil
      @filter_request_path = nil
    end