JdkClientHttpRequest
may block indefinitely
#31911
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
Affects: 6
When using
JdkClientHttpRequestFactory
the request may block indefinitely, even if a request timeout is configured.Details about the issue:
This is the problematic line, that should be updated to an async call with an immediate get on the
CompletableFuture
:spring-framework/spring-web/src/main/java/org/springframework/http/client/JdkClientHttpRequest.java
Line 94 in 28e5468
The text was updated successfully, but these errors were encountered: