Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Close resources in HttpComponents client connector
Prior to this commit, the `HttpComponentsClientHttpConnector` implementation could accept or create a default `HttpClient` instance but not expose it as part of its API. This effectively prevents applications from properly closing the associated resources when disposing of the connector. This commit implements the `Closeable` interface on the connector to allow this use case. Closes spring-projectsgh-27032
- Loading branch information