From 14366cc478d4fac37b46f8945347dce477a7243a Mon Sep 17 00:00:00 2001 From: Olga Maciaszek-Sharma Date: Thu, 16 Jan 2025 14:23:45 +0100 Subject: [PATCH] Update docs/modules/ROOT/pages/spring-cloud-netflix.adoc Co-authored-by: Max Brauer Signed-off-by: Olga Maciaszek-Sharma --- docs/modules/ROOT/pages/spring-cloud-netflix.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/spring-cloud-netflix.adoc b/docs/modules/ROOT/pages/spring-cloud-netflix.adoc index 32d9d82ca..ef5b73b1f 100755 --- a/docs/modules/ROOT/pages/spring-cloud-netflix.adoc +++ b/docs/modules/ROOT/pages/spring-cloud-netflix.adoc @@ -116,7 +116,7 @@ eureka: socket-timeout: 10000 ---- -You can also customise the `RequestConfig` for the underlying Apache HC5 client by creating a bean of type `EurekaClientHttpRequestFactorySupplier.RequestConfigCustomizer`. +You can also customise the `RequestConfig` for the underlying Apache HttpClient 5 by creating a bean of type `EurekaClientHttpRequestFactorySupplier.RequestConfigCustomizer`. === Status Page and Health Indicator