Skip to main content

HTTP_CONNECTIONS_OPEN

Static HTTP_CONNECTIONS_OPEN 

Source
pub static HTTP_CONNECTIONS_OPEN: AtomicU64
Expand description

Currently-open HTTP connections (incremented on accept, decremented on connection drop). Issue #79 round 6.