Bug 1041622 - [RFE][python-swiftclient]: Allow optionally disabling ssl compression
Summary: [RFE][python-swiftclient]: Allow optionally disabling ssl compression
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: RFEs
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: RHOS Maint
QA Contact:
URL: https://blueprints.launchpad.net/pyth...
Whiteboard: upstream_milestone_none upstream_stat...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-12 18:18 UTC by RHOS Integration
Modified: 2015-03-19 17:10 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-03-19 17:10:17 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description RHOS Integration 2013-12-12 18:18:45 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/python-swiftclient/+spec/ssl-compression.

Description:

By default SSL layer compression is enabled when connecting to a https server.

Disabling compression can provide a performance increase, particularly when transferring
objects over a fast network.

Here's an example of download performance with and without SSL compression (actually this was done
for Glance, but the principle is the same):

http://15.185.160.228/ssl_comp.pdf

The ability to disable ssl compression would require using the python-openssl library, eg (a working
prototype):

http://15.185.160.228/ssl-comp-diff.txt

Note that much of the functionality in python-openssl maps to Python 3.3 so if/when we move to a newer version of Python replacing the python-openssl code with Python 3.3 code should be simple.


Specification URL (additional information):

None


Note You need to log in before you can comment on or make changes to this bug.