mirror of
https://github.com/nginx/nginx.git
synced 2025-07-31 10:36: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
|
||||
|
||||
#if (NGX_STAT_STUB)
|
||||
ngx_atomic_fetch_add(ngx_stat_active, -1);
|
||||
#endif
|
||||
|
||||
c->destroyed = 1;
|
||||
|
||||
pool = c->pool;
|
||||
|
Loading…
Reference in New Issue
Block a user