masaori335 commented on a change in pull request #8052:
URL: https://github.com/apache/trafficserver/pull/8052#discussion_r680683690
##########
File path: include/ts/ts.h
##########
@@ -963,6 +963,11 @@ tsapi TSMLoc TSMimeHdrFieldGet(TSMBuffer bufp, TSMLoc hdr,
int idx);
*/
tsapi TSMLoc TSMimeHdrFieldFind(TSMBuffer bufp, TSMLoc hdr, const char *name,
int length);
+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);
Review comment:
C doesn't have "passing by reference" like `f(const X &)`, right?
--
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]