comparison src/mail/ngx_mail_handler.c @ 1530:b7431340e7f8 stable-0.5

r1473 merge: decrement active connection counter in mail proxy
author Igor Sysoev <igor@sysoev.ru>
date Sun, 23 Sep 2007 19:25:28 +0000
parents 4fd0907c968e
children 67578e966dcc f5e9d597a751
comparison
equal deleted inserted replaced
1529:93176ec9a9fc 1530:b7431340e7f8
2098 } 2098 }
2099 } 2099 }
2100 2100
2101 #endif 2101 #endif
2102 2102
2103 #if (NGX_STAT_STUB)
2104 ngx_atomic_fetch_add(ngx_stat_active, -1);
2105 #endif
2106
2103 c->destroyed = 1; 2107 c->destroyed = 1;
2104 2108
2105 pool = c->pool; 2109 pool = c->pool;
2106 2110
2107 ngx_close_connection(c); 2111 ngx_close_connection(c);