Versions in this module Expand all Collapse all v3 v3.4.10 Aug 29, 2022 v3.4.8 Aug 29, 2022 Changes in this version + type Tracker struct + Duration time.Duration + func NewTracker(idle time.Duration) *Tracker + func (t *Tracker) ActiveConnections() int + func (t *Tracker) Close() + func (t *Tracker) ConnState(conn net.Conn, state http.ConnState) + func (t *Tracker) Done() <-chan time.Time + func (t *Tracker) TotalConnections() int