hnakamur commented on PR #12060: URL: https://github.com/apache/trafficserver/pull/12060#issuecomment-2768009886
Thank you! I've updated this branch to be aligned with the following APIs: ``` std::optional<RecInt> RecGetRecordInt(const char *name, bool lock = true); std::optional<RecFloat> RecGetRecordFloat(const char *name, bool lock = true); std::optional<std::string_view> RecGetRecordString(const char *name, char *buf, int buf_len, bool lock = true); std::optional<std::string> RecGetRecordStringAlloc(const char *name, bool lock = true); std::optional<RecCounter> RecGetRecordCounter(const char *name, bool lock = true); ``` -- 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]
