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

    https://github.com/apache/trafficserver/pull/391#discussion_r48113520
  
    --- 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 --
    
    Those `encode_literal_header_field()` should be something like 
`encode_literal_header_field_with_indexed_name()` and 
`encode_literal_header_field_with_new_name()` ?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to