bneradt opened a new pull request, #13568: URL: https://github.com/apache/trafficserver/pull/13568
The sshv and csshv access log fields store two one-byte version components as separate 64-bit integers, consuming 16 bytes per entry and publishing dINT framing in binary log schemas. This patch addresses the overhead by marshaling major.minor strings in one 8-byte-aligned slot while preserving the existing HTTP/major.minor ASCII form. It updates v3 schema expectations and regression coverage for both fields. Fixes: #12891 -- 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]
