bneradt opened a new pull request, #12264: URL: https://github.com/apache/trafficserver/pull/12264
ProxySession stores the connection ID as an int64_t, but in the HttpSM and HttpUserAgent, it was stored and transferred as an int type (typically 32 bits). This resulted in unnecessary narrowing. This updates the state machine to use an 64 bit type to alleviate the narrowing. -- 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]
