Code review comment for lp:~allenap/maas/no-requests-for-simplestreams

Revision history for this message
Scott Moser (smoser) wrote :

python-requests uses urllib3 which does connection pooling.
it'd seem easy enough to reproduce this outside of maas.
just look at sstream-query . you could run that in a loop, and we should see similar leakage.

« Back to merge proposal