masaori335 opened a new pull request, #13337: URL: https://github.com/apache/trafficserver/pull/13337
The `cqssrt` (client_req_ssl_resumption_type) log field added in #12404 was silently dropped from master by the 11-Dev integration merge (#12983, 8415cef661). A criss-cross merge resolution removed its registration in Log.cc and the LogAccess marshal path, while the supporting `HttpUserAgent::get_client_ssl_resumption_type()` machinery survived, leaving that accessor as dead code with no caller. Re-register the field and re-add the marshal function plus the TransactionLogData bridge accessor so the orphaned machinery is wired back into the log system. Declare it as `sINT` (it marshals a single int), not the original dINT, matching the type/marshal-framing fix in #13223. -- 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]
