diff options
author | Alex Schultz <aschultz@redhat.com> | 2019-08-01 14:39:46 -0600 |
---|---|---|
committer | Brian Rosmaita <rosmaita.fossdev@gmail.com> | 2020-03-17 21:49:47 +0000 |
commit | 1aba8f2d248040364e690dd8dc7f3a508baed631 (patch) | |
tree | a633f2dd7f798173758865c8208702f63995a29b /setup.py | |
parent | fd83a8eee7d672076413369497a6602025166c4d (diff) | |
download | python-glanceclient-stable/train.tar.gz |
Cleanup session objecttrain-em2.17.1stable/train
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
(cherry picked from commit 436f797e8db2fc11b7dace7cb7020e4d44a3d2d7)
Diffstat (limited to 'setup.py')
0 files changed, 0 insertions, 0 deletions