mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
5dacf50b9b
* use forEach and putIfAbsent to copy headers in DefaultClientRequestBuilder * use forEach in ReactorClientHttpRequest and ReactorNetty2ClientHttpRequest * circumvent ReadOnlyHttpHeaders.entrySet() * ensure the fast path to LinkedCaseInsensitiveMap for forEach and putIfAbsent exists Closes gh-29972