JosiahWI opened a new pull request, #11611: URL: https://github.com/apache/trafficserver/pull/11611
The variable integer for the frame type can have up to 8 bytes. Without this patch, ATS uses a 1 byte array to store the frame type, and we experience an assertion failure if we don't have enough bytes to decode the variable integer. This increases the array size to 8 bytes. Fixes #11589. I have done a few tests in different scenarios locally and I believe this change is safe, but I'm keeping in draft while I consider whether any other tests should be committed to ensure correctness of the multi-byte frame type handling. -- 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]
