Comment 4 for bug 804429

Revision history for this message
Openstack Gerrit (openstack-gerrit) wrote : A change has been merged to openstack/glance

Reviewed: https://review.openstack.org/475
Committed: http://github.com/openstack/glance/commit/7ce40a7486b23a400dca4112c6ab36658912dcef
Submitter: Jenkins
Branch: master

 status fixcommitted
 done

commit 7ce40a7486b23a400dca4112c6ab36658912dcef
Author: Jay Pipes <email address hidden>
Date: Fri Sep 16 14:48:03 2011 -0400

    Fixes LP Bug #804429

    The try: finally: block which called conn.close() in the
    http store driver was flawed and the connection was not
    being properly released. This changes the
    http_response_iterator generator to accept the HTTP connection
    and close it on final yield.

    Change-Id: I545a7f5c93ccd196a99b50e8464778e075b549d8