masaori335 commented on issue #12124: URL: https://github.com/apache/trafficserver/issues/12124#issuecomment-2752826797
Pretty interesting. I agree with @JosiahWI 's comment. It looks like #11825 changed when `static_cast<int>` is executed to what. ``` static_cast<int>(len / EVACUATION_BUCKET_SIZE) + 2 ``` vs ``` (static_cast<int>(len) / EVACUATION_BUCKET_SIZE) + 2 ``` -- 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]
