make ngx_pool clear2
hello. everybody here? example before: for (p = pool; p; p = p->d.next) { p->d.last = (u_char *) p + sizeof(ngx_pool_t); p->d.failed = 0; } after: for (p = &pool->d; p; p = p->next) { if (p == &pool->d) { p->last = (u_char *) p + sizeof(ngx_pool_
make ngx_pool clear
patch? diff.patch Description: Binary data ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx