提交 e3253acc 编写于 作者: R robm

8041451: com.sun.jndi.ldap.Connection:ReadTimeout should abandon ldap request

Reviewed-by: vinnie
上级 802be844
...@@ -474,7 +474,7 @@ public final class Connection implements Runnable { ...@@ -474,7 +474,7 @@ public final class Connection implements Runnable {
} }
if ((rber == null) && waited) { if ((rber == null) && waited) {
removeRequest(ldr); abandonRequest(ldr, null);
throw new NamingException("LDAP response read timed out, timeout used:" throw new NamingException("LDAP response read timed out, timeout used:"
+ readTimeout + "ms." ); + readTimeout + "ms." );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册