Github user bryancall commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/334#discussion_r44731073 --- Diff: proxy/hdrs/MIME.h --- @@ -765,6 +768,23 @@ MIMEField::name_set(HdrHeap *heap, MIMEHdrImpl *mh, const char *name, int length /*------------------------------------------------------------------------- -------------------------------------------------------------------------*/ +inline bool +MIMEField::name_validate() const --- End diff -- It should be called name_is_valid, going with the normal naming convention of methods that return bool.
--- 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. ---