]> git.kaiwu.me - nginx.git/commit
Merge of r4498:
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 5 Mar 2012 13:17:56 +0000 (13:17 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 5 Mar 2012 13:17:56 +0000 (13:17 +0000)
commit0ffc4c3218a2a1ca45405754c86221d295d00dd1
treebb48bc87d1bbe75085d4bc6ee711773ba2630ff1
parent2d3fff0c5e1adb67991f6ca716e8bec42b2e61a7
Merge of r4498:

Fix of rbtree lookup on hash collisions.

Previous code incorrectly assumed that nodes with identical keys are linked
together.  This might not be true after tree rebalance.

Patch by Lanshun Zhou.
src/core/ngx_open_file_cache.c
src/core/ngx_resolver.c
src/event/ngx_event_openssl.c
src/http/modules/ngx_http_limit_req_module.c
src/http/modules/ngx_http_limit_zone_module.c
src/http/ngx_http_file_cache.c