mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 20:59:07 +00:00
As of gh-33913, `HttpHeaders` does not implement the `MultiValueMap` contract anymore, so we can take this opportunity to simplify one of the constructors to not consider that the argument could be an `HttpHeaders` instance. This case is already covered by the other constructor. See gh-33913