Github user maskit commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/391#discussion_r48612923 --- Diff: proxy/http2/HPACK.cc --- @@ -263,12 +263,80 @@ Http2DynamicTable::add_header_field(const MIMEField *field) } MIMEField *new_field = _mhdr->field_create(name, name_len); + new_field->name_set(_mhdr->m_heap, _mhdr->m_mime, name, name_len); --- End diff -- It seems the field name has been set just one line above. Why is this needed?
--- 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. ---