Internal per-session request-latch storage was restructured from two maps to individual fields
The internal object that tracks per-session request state (exposed as host.requestLatches) changed how it stores some of its data. Two fields that used to be Maps (key-value lookup structures) are now a plain boolean and two new placeholder fields, alongside other existing maps used for different purposes. This structure backs several internal checks, including ones related to server classifier fallback choices and observed gateways.
This is an internal data-structure change with no direct user-facing effect described, but it underlies features like gateway detection and classifier fallback handling mentioned elsewhere in this release.
The finding does not explain what behavioral difference, if any, this restructuring produces.