mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
e1d3076570
Prior to this commit, the `Netty4HeadersAdapter` `MultiValueMapi#remove` implementation would return an empty list if no value was present. This is not consistent with other implementations. This change ensures that `null` is returned for those cases. Fixes gh-36226