swiftclient does not close http connection

Bug #1247762 reported by Amala Basha
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-swiftclient
Fix Released
Undecided
Amala Basha

Bug Description

the swiftclient client.py needs to close the http connection after each succesful/otherwise attempt.

Amala Basha (amalabasha)
Changed in python-swiftclient:
assignee: nobody → Amala Basha (amalabasha)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to python-swiftclient (master)

Fix proposed to branch: master
Review: https://review.openstack.org/55132

Changed in python-swiftclient:
status: New → In Progress
Revision history for this message
Tim Burke (1-tim-z) wrote :

Following the port from httplib to requests in https://github.com/openstack/python-swiftclient/commit/b182112, we don't want to close sockets following a request, but rather return them to requests' connection pool. We didn't do that before, but this should have been fixed in https://github.com/openstack/python-swiftclient/commit/8756591.

Closing as fixed in 2.4.0.

Changed in python-swiftclient:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.