Files
python-glanceclient/glanceclient/common
Alex Schultz 436f797e8d Cleanup session object
If a session object is not provided to the get_http_client function (as
is done via osc), the glance client uses it's own HTTPClient class. This
class creates a session but does not properly close it when it is done.
This can lead to resource warnings about unclosed sockets. This change
adds a __del__() to the HTTPClient class to close out the session
correctly.

Change-Id: Idccff338fa84c46ca0e429bb533a2a5217205eef
Closes-Bug: #1838694
2019-08-01 14:41:29 -06:00
..
2012-03-26 22:48:48 -07:00
2019-08-01 14:41:29 -06:00
2016-04-18 16:23:59 +00:00
2019-03-27 09:06:39 +00:00