hnakamur commented on PR #12027: URL: https://github.com/apache/trafficserver/pull/12027#issuecomment-2682188366
I changed the signature of `marshalStr` in LogUtils.cc at [2d6f576](https://github.com/apache/trafficserver/pull/12027/commits/2d6f576ca032b647e7af74494d92f9a980555c71). I removed the `const char*` version of `name_get` and `value_get` in `MIMEField` at [8b046b2](https://github.com/apache/trafficserver/pull/12027/commits/8b046b289dbf02bcda0a5d8f2606a71ea57e491a). I confirmed the unit tests pass with the following commands: ``` rm -rf build cmake -B build cmake --build build -j -v sudo cmake --install build cmake --build build --target test ``` -- 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: github-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org