hnakamur commented on PR #12060:
URL: https://github.com/apache/trafficserver/pull/12060#issuecomment-2765908823

   Thank you for a great idea!
   
   I changed
   ```
   RecErrT                    RecGetRecordString(const char *name, char *buf, 
int buf_len, bool lock = true);
   ```
   to
   ```
   std::optional<std::string_view> RecGetRecordString(const char *name, char 
*buf, int buf_len, bool lock = true);
   ```
   and updated my 
eliminate_deprecated_lib_records_apis_std_optional_string_without_error branch.
   
   The diff is 
https://github.com/hnakamur/trafficserver/compare/94a72272fcfe291ad5710b44b1c3069c94c27581...eliminate_deprecated_lib_records_apis_std_optional_string_without_error


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