spring-framework/spring-web
Brian Clozel 10139d42fc Revisit meaning of response.close() in HTTP client
Prior to this issue, SPR-15920 added this new `close()` method which was
supposed to be called to clean resources after response processing.

This commit changes the meaning of that method: calling `close()` will
close the underlying HTTP connection. This has to be called if the
response body is not consumed by the application, since at that point
the underlying connection might be in an inconsistent state if shared in
a connection pool.

Issue: SPR-15993
2017-09-27 14:03:55 +02:00
..
src Revisit meaning of response.close() in HTTP client 2017-09-27 14:03:55 +02:00
spring-web.gradle Build against EE 8 API level wherever possible 2017-09-24 17:18:21 +02:00