mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
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