mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
06d4a8fc4b
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