The official NGINX Open Source repository.
Go to file
Maxim Dounin 0bfb68eea0 Core: improved ngx_reset_pool() (ticket #490).
Previously pool->current wasn't moved back to pool, resulting in blocks
not used for further allocations if pool->current was already moved at the
time of ngx_reset_pool().  Additionally, to preserve logic of moving
pool->current, the p->d.failed counters are now properly cleared.  While
here, pool->chain is also cleared.

This change is essentially a nop with current code, but generally improves
things.
2014-01-17 06:24:53 +04:00
auto Configure: enable -Wconditional-uninitialized with clang. 2013-12-06 13:16:56 +04:00
conf MIME: added application/json MIME type. 2013-09-18 12:59:47 -07:00
contrib Contrib: added vim to README. 2013-12-06 19:58:27 +04:00
docs Year 2014. 2014-01-14 16:24:02 +04:00
misc Updated PCRE used for win32 builds. 2013-08-23 22:54:08 +04:00
src Core: improved ngx_reset_pool() (ticket #490). 2014-01-17 06:24:53 +04:00
.hgtags release-1.5.8 tag 2013-12-17 17:46:26 +04:00