summaryrefslogtreecommitdiff
path: root/src/leap/common/tests/test_http.py
AgeCommit message (Collapse)Author
2015-06-02[feat] Make it optional to have a dedicated poolVictor Shyba
As @meskio pointed out, some cases could need a dedicated pool with different parameters. This is a suggested implementation where the pool is reused by default, creating a dedicated one just if needed/asked. This way we ensure that resources are under control and special cases are still handled.