RFR: 8313657 : com.sun.jndi.ldap.Connection.cleanup does not close connections on SocketTimeoutErrors [v5]
Weibing Xiao
duke at openjdk.org
Mon Aug 14 13:27:30 UTC 2023
On Wed, 9 Aug 2023 12:52:35 GMT, Weibing Xiao <duke at 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.
>
> Weibing Xiao has updated the pull request incrementally with one additional commit since the last revision:
>
> class access modifier
Updated LdapInputStream.java and remove the unused variable.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/15143#issuecomment-1677275894
More information about the core-libs-dev
mailing list