Removed a resolved issue marker
This commit is contained in:
parent
0d263b85e5
commit
f0233fc1b8
@ -127,11 +127,6 @@ class HttpTunnelingChannelHandler extends SimpleChannelUpstreamHandler {
|
|||||||
// Close the outbound connection.
|
// Close the outbound connection.
|
||||||
invalidateHttpSession();
|
invalidateHttpSession();
|
||||||
e.getChannel().close();
|
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 {
|
} finally {
|
||||||
reconnectLock.unlock();
|
reconnectLock.unlock();
|
||||||
|
Loading…
Reference in New Issue
Block a user