mirror of
https://github.com/nginx/nginx.git
synced 2025-08-04 21:46:14 +08:00
r1473 merge:
decrement active connection counter in mail proxy
This commit is contained in:
parent
74d4ee601e
commit
272ee21e6b
@ -2100,6 +2100,10 @@ ngx_mail_close_connection(ngx_connection_t *c)
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if (NGX_STAT_STUB)
|
||||||
|
ngx_atomic_fetch_add(ngx_stat_active, -1);
|
||||||
|
#endif
|
||||||
|
|
||||||
c->destroyed = 1;
|
c->destroyed = 1;
|
||||||
|
|
||||||
pool = c->pool;
|
pool = c->pool;
|
||||||
|
Loading…
Reference in New Issue
Block a user