THRIFT-1103. py: TZlibTransport for python, a zlib compressed transport
authorBryan Duxbury <bryanduxbury@apache.org>
Tue, 22 Mar 2011 18:06:04 +0000 (18:06 +0000)
committerBryan Duxbury <bryanduxbury@apache.org>
Tue, 22 Mar 2011 18:06:04 +0000 (18:06 +0000)
commit1606659171d9ee8885d5806d6030ec39399b3b08
treec3692a449db77be87532a07d6ac9575cc698f6d6
parent42a6fa4b29d74028ee943b3da17d5eccf7fd897a
THRIFT-1103. py: TZlibTransport for python, a zlib compressed transport

This patch adds a new TZlibTransport to the Python library and extends the test suite to exercise it.

Patch: Will Pierce

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1084276 13f79535-47bb-0310-9956-ffa450edef68
lib/py/src/transport/TSSLSocket.py
lib/py/src/transport/TZlibTransport.py [new file with mode: 0644]
lib/py/src/transport/__init__.py
test/py/RunClientServer.py
test/py/TestClient.py
test/py/TestServer.py
test/py/test_cert.pem [new file with mode: 0644]
test/py/test_cert.readme [new file with mode: 0644]