Hello,

libcloud uses requests, which uses urllib3 for connection pooling. The logs
you are seeing are from urllib3. I suggest you try logging the calls that
libcloud makes to requests in libcloud.http (
https://github.com/apache/libcloud/blob/trunk/libcloud/http.py#L209-L222).
This will help to see if the bug is in libcloud or not.

Hope that helps,
Quentin

Reply via email to