comparison src/mail/ngx_mail_handler.c @ 1472:32450a2bbdf4

decrement active connection counter in mail proxy
author Igor Sysoev <igor@sysoev.ru>
date Tue, 11 Sep 2007 10:22:12 +0000
parents c4b2c893989d
children 67578e966dcc f5e9d597a751
comparison
equal deleted inserted replaced
1471:fc73de3e8df0 1472:32450a2bbdf4
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);