# File lib/net/http/digest_auth.rb, line 59
  def initialize cnonce = make_cnonce
    mon_initialize
    @nonce_count = -1
    @cnonce = cnonce
  end