Browse Source
Previously DefaultWebClientBuilder always defaulted the ClientHttpConnector with ReactorClientHttpConnector. This worked fine if reactor was used. However, it would break if the user was trying to leverage Jetty. This commit defaults to use Reactory Netty HttpClient if it is present. If it is not present it then Jetty's HttpClient is used if present. Closes gh-23491pull/23506/head
Rob Winch
5 years ago
committed by
Rossen Stoyanchev
1 changed files with 24 additions and 1 deletions
Loading…
Reference in new issue