spring-framework
spring-framework copied to clipboard
Fix throws only ResourceAccessException on timeout
CancellationExceptions are thrown instead of the expected ResourceAccessException during timeout scenarios. Handle the CancellationExceptions in order to throw an ResourceAccessException when timeout occurred
Closes gh-33973