bneradt commented on code in PR #13455: URL: https://github.com/apache/trafficserver/pull/13455#discussion_r3754774353
########## src/proxy/hdrs/MIME.cc: ########## @@ -1002,6 +1020,8 @@ mime_hdr_destroy(HdrHeap *heap, MIMEHdrImpl *mh) // heap->deallocate_obj(mh); } +static void mime_hdr_rebuild_field_free_list(MIMEHdrImpl *mh); Review Comment: Done. I moved the full mime_hdr_rebuild_field_free_list() definition to the earlier location. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
