[
https://issues.apache.org/jira/browse/THRIFT-4346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16179726#comment-16179726
]
ASF GitHub Bot commented on THRIFT-4346:
----------------------------------------
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.
----
> Allow Zlib transport factory to wrap other transports
> -----------------------------------------------------
>
> Key: THRIFT-4346
> URL: https://issues.apache.org/jira/browse/THRIFT-4346
> Project: Thrift
> Issue Type: Improvement
> Components: Go - Library
> Affects Versions: 0.10.0
> Environment: Any
> Reporter: Yuri Khrustalev
> Priority: Minor
> Labels: easyfix
>
> Thrift protocol allows to combine number of transports to transfer data, one
> of the examples is to use zlib transport on top of the framed transport.
> Turns out there is no such factory which could help building one for zlib
> transport.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)