masaori335 edited a comment on pull request #8052:
URL: https://github.com/apache/trafficserver/pull/8052#issuecomment-890751508


   Add a new commit to introduce a new set of TSAPIs returning `TSHdrHandle` as 
value (`Find` and `NextDup` for now).
   
   ```
   tsapi TSHdrHandle TSMimeHdrFieldFastFind(TSMBuffer bufp, TSMLoc hdr, const 
char *name, int length);
   tsapi TSHdrHandle TSMimeHdrFieldFastNextDup(TSMBuffer bufp, TSMLoc hdr, 
TSHdrHandle handle);
   tsapi bool TSMimeHdrFieldIsEmptyHandler(TSHdrHandle handle);
   ```


-- 
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]


Reply via email to