GitHub user ykhrustalev opened a pull request:
https://github.com/apache/thrift/pull/1375
THRIFT-4346: Allow ZlibTransportFactory to wrap other factories
It is a case for when zlib is used with conjunction to other transport,
for example framed transport.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/swiftserve/thrift THRIFT-4346
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/1375.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1375
----
commit 6aaf908474e947399e80ee5d481fe4f1c678c64d
Author: Yuri Khrustalev <[email protected]>
Date: 2017-09-25T20:22:33Z
THRIFT-4346: Allow ZlibTransportFactory to wrap other factories
It is a case for when zlib is used with conjunction to other transport,
for example framed transport.
----
---