closing property

int closing
getter/setter pair

Number of connections which are preparing to close.

Note: These connections are also part of the active count as they might still be sending data to the client before finally closing.

Implementation

int closing = 0;