This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Description
simplehttp async connection pool resources are never all freed, even if there is no connection activity for a long time. This can contribute to memory fragmentation and pin large heap regions, so even if the application using simplehttp async connections naturally frees all its other resources, it still has an RSS near its maximum.
Maybe async connection pool resources should be freed if all connections they are related to are done and gone for more than a few seconds.