I see internally connections (<aiohttp.client_proto.ResponseHandler objects) are stored in: _conns
and _acquired
What is the difference between those?
context: I try to investigate why connections hang on..
when limit for TCPConnector is set, lets say to 10,
with lsof
I see like 70 of them (ESTABLISHED)
The number drops after sth like 20min..
ps: I use: session.get(url, ssl=False
)