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 2016/01/05 12:57:39 UTC

[jira] [Commented] (TS-3478) Indexing header representations on HPACK encoder

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

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

Github user syucream commented on a diff in the pull request:

    https://github.com/apache/trafficserver/pull/391#discussion_r48837742
  
    --- Diff: proxy/http2/HPACK.h ---
    @@ -153,9 +165,9 @@ int64_t decode_string(Arena &arena, char **str, uint32_t &str_length, const uint
     
     int64_t encode_indexed_header_field(uint8_t *buf_start, const uint8_t *buf_end, uint32_t index);
     int64_t encode_literal_header_field(uint8_t *buf_start, const uint8_t *buf_end, const MIMEFieldWrapper &header, uint32_t index,
    -                                    HpackFieldType type);
    +                                    Http2DynamicTable &dynamic_table, HpackFieldType type);
     int64_t encode_literal_header_field(uint8_t *buf_start, const uint8_t *buf_end, const MIMEFieldWrapper &header,
    --- End diff --
    
    I prefer `with_(indexed|new)_name`. I'll rename them.


> Indexing header representations on HPACK encoder
> ------------------------------------------------
>
>                 Key: TS-3478
>                 URL: https://issues.apache.org/jira/browse/TS-3478
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: HTTP/2
>            Reporter: Ryo Okubo
>            Assignee: Ryo Okubo
>              Labels: review
>             Fix For: 6.1.0
>
>         Attachments: indexing.patch
>
>
> Support other header field representations on HPACK encoder.
> http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-12#section-6
> Currently the encoder supports only [Literal Header Field never Indexed|http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-12#section-6.2.3].



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