[
https://issues.apache.org/jira/browse/THRIFT-3300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14703193#comment-14703193
]
ASF GitHub Bot commented on THRIFT-3300:
----------------------------------------
GitHub user Magrath opened a pull request:
https://github.com/apache/thrift/pull/590
THRIFT-3300 Reimplement TZlibTransport in Java using streams
https://issues.apache.org/jira/browse/THRIFT-3300
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Magrath/thrift THRIFT-3300
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/590.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 #590
----
commit c01aff7038adb9fa2098c02d0092757834fd4df4
Author: Paul Magrath <[email protected]>
Date: 2015-08-17T17:25:24Z
THRIFT-3300 Reimplement TZlibTransport in Java using streams
----
> Reimplement TZlibTransport in Java using streams
> ------------------------------------------------
>
> Key: THRIFT-3300
> URL: https://issues.apache.org/jira/browse/THRIFT-3300
> Project: Thrift
> Issue Type: Improvement
> Reporter: Paul Magrath
> Priority: Minor
>
> The implementation of TZlibTransport in Java could be simplified by making
> use of the InflaterInputStream, DeflaterOutputStream and TIOStreamTransport
> classes. This also has the benefit of eliminating the need to allocate byte
> arrays for buffers.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)