[
https://issues.apache.org/jira/browse/THRIFT-4197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16007931#comment-16007931
]
ASF GitHub Bot commented on THRIFT-4197:
----------------------------------------
GitHub user dcelasun reopened a pull request:
https://github.com/apache/thrift/pull/1266
THRIFT-4197 [Go] Transparent gzip support for HTTP transport
Check if the client supports gzip compressed responses and compress the
response if it does.
@Jens-G thoughts?
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dcelasun/thrift go-gzip-support
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/1266.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 #1266
----
commit b434d2d59b98f457600d0928e519b400462dee4a
Author: D. Can Celasun <[email protected]>
Date: 2017-05-11T10:04:01Z
[Go] Transparent gzip support for HTTP transport
Check if the client supports gzip compressed responses and compress
the response if it does.
----
> Implement transparent gzip compression for HTTP transport
> ---------------------------------------------------------
>
> Key: THRIFT-4197
> URL: https://issues.apache.org/jira/browse/THRIFT-4197
> Project: Thrift
> Issue Type: Improvement
> Components: Go - Library
> Affects Versions: 0.10.0
> Reporter: Can Celasun
> Assignee: Can Celasun
> Priority: Minor
>
> HTTP transport should check if the client supports gzip compressed responses
> and do transparent compression if it does.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)