On Thu, 3 Aug 2023 17:32:43 GMT, Weibing Xiao <d...@openjdk.org> wrote:
> com.sun.jndi.ldap.Connection::leanup does not close the underlying socket if > the is an IOException generation when the output stream was flushing the > buffer. > > Please refer to the bug https://bugs.openjdk.org/browse/JDK-8313657. This pull request has now been integrated. Changeset: e56d3bc2 Author: Weibing Xiao <weibing.x...@oracle.com> Committer: Aleksei Efimov <aefi...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/e56d3bc2dab3d32453b6eda66e8434953c436084 Stats: 214 lines in 2 files changed: 205 ins; 2 del; 7 mod 8313657: com.sun.jndi.ldap.Connection.cleanup does not close connections on SocketTimeoutErrors Reviewed-by: vtewari, msheppar, aefimov ------------- PR: https://git.openjdk.org/jdk/pull/15143