You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
Hi,
running a http/server it would be helpfully to know the count of listeners and connections, for monitoring reasons. The server already has the fields listeners and activeConn. What about adding methods like GetCurrentListenersCount and GetActiveConnectionsCount?
The text was updated successfully, but these errors were encountered:
smasher164
changed the title
http/server: get count of listeners and connections
proposal: net/http: add accessor for number of listeners and connections
Jan 14, 2020
Hi,
running a http/server it would be helpfully to know the count of listeners and connections, for monitoring reasons. The server already has the fields listeners and activeConn. What about adding methods like GetCurrentListenersCount and GetActiveConnectionsCount?
The text was updated successfully, but these errors were encountered: