Getting binary object contents is extremely slow
Bug #1517573 reported by
Johannes Erdfelt
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack SDK |
New
|
Undecided
|
Unassigned |
Bug Description
When using object_
After some debugging, I traced it down to a poorly placed call to response.text. Since there is no encoding specified for the content, requests will try to automatically figure out the encoding and that is *very* slow on large binary content.
The call to response.text in openstack/
To post a comment you must log in.
The code causing this bug was recently completely replaced.
Can you please try this again with version 0.7.1 and see if the situation has improved?