# File lib/em-http/mock.rb, line 26
    def self.reset_registry!
      @@registry = Hash.new{|h,k| h[k] = {}}
    end