masaori335 commented on a change in pull request #8052:
URL: https://github.com/apache/trafficserver/pull/8052#discussion_r681328157
##########
File path: include/ts/ts.h
##########
@@ -962,6 +967,7 @@ tsapi TSMLoc TSMimeHdrFieldGet(TSMBuffer bufp, TSMLoc hdr,
int idx);
*/
tsapi TSMLoc TSMimeHdrFieldFind(TSMBuffer bufp, TSMLoc hdr, const char *name,
int length);
+tsapi TSReturnCode TSMimeHdrFieldFastFind(TSMBuffer bufp, TSMLoc hdr, const
char *name, int length, TSMLoc *locp);
Review comment:
@SolidWallOfCode I pushed a new commit with returning `TSHdrHandle`.
Please take another look.
--
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]