client.py doesn't properly attempt to green https connections

Bug #704161 reported by Chuck Thier
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Object Storage (swift)
Fix Released
Medium
Chuck Thier

Bug Description

If the swift endpoint is HTTPS, client.py uses the default httplib.HTTPSConnection, which will not be green by default with eventlet.

Update client.py to try to import HTTPSConnection from eventlet.green.httblib, and fall back to httplib if it is not available

Related branches

Chuck Thier (cthier)
Changed in swift:
assignee: nobody → Chuck Thier (cthier)
importance: Undecided → Medium
status: New → In Progress
milestone: none → 1.2.0
Chuck Thier (cthier)
Changed in swift:
status: In Progress → Fix Committed
Chuck Thier (cthier)
Changed in swift:
status: Fix Committed → 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.