spring-framework/spring-webflux/src
James Yuzawa 5dacf50b9b Optimize MultiValueMap iteration operations
* 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
2023-04-25 09:57:26 +02:00
..
main Optimize MultiValueMap iteration operations 2023-04-25 09:57:26 +02:00
test Improve WebClient observations handling of CANCEL signal 2023-04-07 16:37:09 +02:00