]> git.kaiwu.me - nginx.git/commit
allow hash key values more than 255 bytes, it does not actually increase mean
authorIgor Sysoev <igor@sysoev.ru>
Thu, 13 May 2010 12:52:45 +0000 (12:52 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 13 May 2010 12:52:45 +0000 (12:52 +0000)
commit6884183ad9dc40bca5c07cff3d400ff1a9025449
tree0c19fb049426af27ee0cff1892afadd1cf025e77
parent980220ffafe7b6ef1274ce07994a77f3d0bb16f5
allow hash key values more than 255 bytes, it does not actually increase mean
hash element size, because due to aligning a byte after key is not used
anyway in 3/4 cases on 32-bit platforms and in 7/8 cases on 64-bit platforms
src/core/ngx_hash.c
src/core/ngx_hash.h