You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/09/15 11:11:46 UTC

[jira] [Commented] (TS-3852) Add Huffman Encoder in HPACK

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

ASF GitHub Bot commented on TS-3852:
------------------------------------

GitHub user masaori335 opened a pull request:

    https://github.com/apache/trafficserver/pull/294

    TS-3852: Add Encoder in HuffmanCodec

    Fix [TS-3852](https://issues.apache.org/jira/browse/TS-3852)

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/masaori335/trafficserver ts-3852

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/trafficserver/pull/294.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 #294
    
----
commit 7013c7772ee466f38e7b85cec7e9001c3e2de8d3
Author: Masaori Koshiba <mk...@yahoo-corp.jp>
Date:   2015-09-14T09:39:05Z

    TS-3852: Add Encoder in HuffmanCodec

----


> Add Huffman Encoder in HPACK
> ----------------------------
>
>                 Key: TS-3852
>                 URL: https://issues.apache.org/jira/browse/TS-3852
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: HTTP/2
>            Reporter: Masaori Koshiba
>             Fix For: 6.1.0
>
>
> AFAIK [HuffmanCodec|https://github.com/apache/trafficserver/blob/master/proxy/http2/HuffmanCodec.h] has only {{decoder}}.
> We need to add {{encoder}} and encode response headers with Huffman Coding.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)