You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/05/11 10:10:04 UTC

[jira] [Commented] (THRIFT-4197) Implement transparent gzip compression for HTTP transport

    [ https://issues.apache.org/jira/browse/THRIFT-4197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16006185#comment-16006185 ] 

ASF GitHub Bot commented on THRIFT-4197:
----------------------------------------

GitHub user dcelasun opened 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.

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 b148a865bc2c2ade26dcffc0a7b18c85dc332464
Author: D. Can Celasun <ca...@dcc.im>
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)