From f0233fc1b87400e71f262662fcac4f2e042f3814 Mon Sep 17 00:00:00 2001 From: Trustin Lee Date: Tue, 30 Jun 2009 11:19:27 +0000 Subject: [PATCH] Removed a resolved issue marker --- .../channel/socket/http/HttpTunnelingChannelHandler.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/main/java/org/jboss/netty/channel/socket/http/HttpTunnelingChannelHandler.java b/src/main/java/org/jboss/netty/channel/socket/http/HttpTunnelingChannelHandler.java index 4c1cb39b42..1e2459c2ec 100644 --- a/src/main/java/org/jboss/netty/channel/socket/http/HttpTunnelingChannelHandler.java +++ b/src/main/java/org/jboss/netty/channel/socket/http/HttpTunnelingChannelHandler.java @@ -127,11 +127,6 @@ class HttpTunnelingChannelHandler extends SimpleChannelUpstreamHandler { // Close the outbound connection. invalidateHttpSession(); e.getChannel().close(); - // XXX: What happens if the client connects to - // the server at this point with the old session ID? - // We have to make sure no new session is created, - // perhaps by keeping an LRU cache of the destroyed - // session IDs. } } finally { reconnectLock.unlock();