mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
decrement active connection counter in mail proxy
This commit is contained in:
parent
a72822df36
commit
b0fef0eaf6
@ -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