mirror of
https://github.com/nginx/nginx.git
synced 2025-06-12 21:52:41 +08:00
add comment from r2716 commit message
This commit is contained in:
parent
889fa8debb
commit
d1d7bb00a3
@ -1063,9 +1063,15 @@ ngx_http_perl_exit(ngx_cycle_t *cycle)
|
|||||||
{
|
{
|
||||||
#if (NGX_HAVE_PERL_MULTIPLICITY)
|
#if (NGX_HAVE_PERL_MULTIPLICITY)
|
||||||
|
|
||||||
|
/*
|
||||||
|
* the master exit hook is run before global pool cleanup,
|
||||||
|
* therefore just set flag here
|
||||||
|
*/
|
||||||
|
|
||||||
ngx_perl_term = 1;
|
ngx_perl_term = 1;
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
if (nginx_stash) {
|
if (nginx_stash) {
|
||||||
ngx_log_debug0(NGX_LOG_DEBUG_HTTP, cycle->log, 0, "perl term");
|
ngx_log_debug0(NGX_LOG_DEBUG_HTTP, cycle->log, 0, "perl term");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user