mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
The RequestHeaderOverrideWrapper did not deduplicate in keySet() across underlying headers and overrides. A similar change in size() even if it was working correctly, to align with keySet and make it more efficient. Closes gh-36418