braintree / manners

A polite Go HTTP server that shuts down gracefully.
MIT License
999 stars 103 forks source link

Introduce ConnectionCount method to return number of concurrent connections #30

Closed mash closed 8 years ago

mash commented 9 years ago

I want to monitor the number of concurrent connections, and implemented this in a way that this doesn't affect people who don't want to count.

lionelbarrow commented 9 years ago

Hey @mash this looks pretty useful! If you can add a test I'll merge it in.

lionelbarrow commented 8 years ago

Gonna close this since I haven't heard back from you in a while.