You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Masaori Koshiba (JIRA)" <ji...@apache.org> on 2015/12/08 07:31:10 UTC

[jira] [Created] (TS-4061) Optimize HPACK Encoder

Masaori Koshiba created TS-4061:
-----------------------------------

             Summary: Optimize HPACK Encoder
                 Key: TS-4061
                 URL: https://issues.apache.org/jira/browse/TS-4061
             Project: Traffic Server
          Issue Type: Improvement
          Components: HTTP/2
            Reporter: Masaori Koshiba


TS always encode Response Header with Huffman. In some cases, huffman encoded data is longer than plain text. It is better to avoid those cases and make compression ratio high.

Comparison of compression ratios are in [Compression Ratio|https://github.com/http2jp/hpack-test-case/wiki/Compression-Ratio]



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