brbzull0 opened a new pull request, #10870: URL: https://github.com/apache/trafficserver/pull/10870
This is only for `traffic_ctl` The approach is to use a simple stream buffer instead of the big allocation. In the past we had to create a super buffer as a workaround to allocate big responses from the JSONRPC server, this pr is made tackle that issue so on small responses this will just use the fixed buffer(100x smaller than before), if response contains more than the fixed buffer then it will save the data into a stringstream and reuse the already allocated buffer. Fixes https://github.com/apache/trafficserver/issues/10052 -- 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]
