summaryrefslogtreecommitdiff
path: root/java/src/IceInternal/IncomingConnectionFactory.java
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-06-27 22:27:30 +0000
committerMarc Laukien <marc@zeroc.com>2002-06-27 22:27:30 +0000
commit00353fc7b5549d23effdebabcfa2b38b5156f23a (patch)
tree1971293455ebc72318efc20814f3940a2395e187 /java/src/IceInternal/IncomingConnectionFactory.java
parentmake depend (diff)
downloadice-00353fc7b5549d23effdebabcfa2b38b5156f23a.tar.bz2
ice-00353fc7b5549d23effdebabcfa2b38b5156f23a.tar.xz
ice-00353fc7b5549d23effdebabcfa2b38b5156f23a.zip
removed backlog cleanup code
Diffstat (limited to 'java/src/IceInternal/IncomingConnectionFactory.java')
-rw-r--r--java/src/IceInternal/IncomingConnectionFactory.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/java/src/IceInternal/IncomingConnectionFactory.java b/java/src/IceInternal/IncomingConnectionFactory.java
index f1f27db86c1..83538c6f09a 100644
--- a/java/src/IceInternal/IncomingConnectionFactory.java
+++ b/java/src/IceInternal/IncomingConnectionFactory.java
@@ -145,6 +145,11 @@ public class IncomingConnectionFactory extends EventHandler
}
else if(_state == StateClosed)
{
+//
+// With the new connection validation, this code is not needed
+// anymore.
+//
+/*
try
{
//
@@ -172,6 +177,7 @@ public class IncomingConnectionFactory extends EventHandler
warning(ex);
}
}
+*/
_acceptor.close();