On Mon, Jun 10, 2024 at 13:59 <josiah_vander...@mediacombb.net> wrote:
> Hello, > > After a refactor, the first parameter to TSMimeHdrPrint is unused, and we > are planning on removing it for ATS 10. The API will be changed as in the > following diff: > > -void TSMimeHdrPrint(TSMBuffer bufp, TSMLoc offset, TSIOBuffer iobufp); > +void TSMimeHdrPrint(TSMLoc offset, TSIOBuffer iobufp); I think this API is used for debugging purposes, right? So not likely used in very many plugins. If so, +1. — Leif > The change is straightforward, but please let me know if you have any > questions or concerns. > > Thank you, > Josiah VanderZee > > > >