bneradt opened a new pull request, #13171: URL: https://github.com/apache/trafficserver/pull/13171
ESI streaming gunzip can receive valid gzip chunks that consume input without producing output, such as an initial header-only chunk. Those chunks currently emit a `buf below zero` error even though the stream continues successfully, which creates noisy Traffic Server logs. This treats zero-output progress as normal streaming inflate behavior and reserves error logging for actual zlib failures. It also extends the ESI gzip unit test support to capture error logs and covers the header-only chunk case. -- 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]
