You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by toni pérez <pl...@gmail.com> on 2005/12/28 19:17:03 UTC

[users@httpd] apr_hash collisions

hello list,

What happend when I do
apr_hash_set(table,key,APR_HASH_KEY_STRING,value) and the key exist
and produce a collision?

overwrite the value?
nothing?

thanks,