#34850 updated `ReactorClientHttpRequestFactory` [to use `proxyWithSystemProperties()`](https://github.com/spring-projects/spring-framework/blob/6275f46a66dc24c050e3c80ad4a4c95c4e1a4c0f/spring-web/src/main/java/org/springframework/http/client/ReactorClientHttpRequestFactory.java#L57) but `ReactorClientHttpConnector` [does not have the same call](https://github.com/spring-projects/spring-framework/blob/6275f46a66dc24c050e3c80ad4a4c95c4e1a4c0f/spring-web/src/main/java/org/springframework/http/client/reactive/ReactorClientHttpConnector.java#L65). I think both should be aligned.
#34850 updated
ReactorClientHttpRequestFactoryto useproxyWithSystemProperties()butReactorClientHttpConnectordoes not have the same call. I think both should be aligned.