mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
b24221754a
This commit ensures that the response body is drained and closed when the response itself is closed, instead of disposing the connection, as this will disable the connection pool. Closes gh-32528