commit | c22b87b2e44c061b46faa7f14d1d8ceed4b82204 | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Sat Aug 18 23:17:58 2012 +0000 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Sat Aug 18 23:17:58 2012 +0000 |
tree | 51204c5c9a1d8d37b1b34ef88c9a37e1f2c0a461 | |
parent | 83e35f6f22e06a32d283b28c66800cd8229cefc7 [diff] |
Radix tree preallocation fix. The preallocation size was calculated incorrectly and was always 8 due to sizeof(ngx_radix_tree_t) accidentally used instead of sizeof(ngx_radix_node_t).