bryancall commented on code in PR #13116: URL: https://github.com/apache/trafficserver/pull/13116#discussion_r3221715471
########## src/api/InkAPI.cc: ########## @@ -4948,6 +4948,9 @@ TSHttpTxnErrorBodySet(TSHttpTxn txnp, char *buf, size_t buflength, char *mimetyp s->internal_msg_buffer = buf; s->internal_msg_buffer_size = buf ? buflength : 0; s->internal_msg_buffer_fast_allocator_size = -1; + // TSHttpTxnErrorBodySet() and TSHttpTxnServerRequestBodySet() share the same buffer. Review Comment: I had Claude add comments to the code since this is complex code and to document what the code is for and what it is doing. It didn't have comments before. -- 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]
