bneradt opened a new pull request, #11273: URL: https://github.com/apache/trafficserver/pull/11273
Add reason string "I'm a teapot" support for HTTP response status 418. ATS core will almost certainly not use this, but plugins may for testing purposes. It's handy for those circumstances to add the response reason support for the 418 status. --- # For Review Unfortunately, c macro [stringification](https://gcc.gnu.org/onlinedocs/gcc-4.1.2/cpp/Stringification.html) does not support the ``'`` character in strings. So the vast majority of this review is simply converting away from the reliance upon stringification to, instead, explicitly quoted reason phrases. The only new line added is the `418` status containing `I'm a teapot`. -- 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]
