Currently, the ClientHttpRequestFactoryFactory.create() method initializes a SimpleClientHttpRequestFactory without configuring timeouts from the given ClientOptions. However, both Apache HttpComponents and OkHttp clients are properly configured with timeout settings. This results in inconsistent behavior when SimpleClientHttpRequestFactory is used as a fallback.