jetty.project/jetty-io
Simone Bordet fa0e06d186 Removed guard whether the channel is closed in checkIdleTimestamp().
This follows commit ff29a1cc51 for JETTY-1322.
The reason to remove the guard is that the channel may be closed multiple times, and if for any reason
a check to the idle timestamp triggers, then the idle callback is invoked, but it's not really idle: it is
already closed.
When used with SSL, this causes a truncation attack exception thrown by SSLEngine, because the idle
callback causes a shutdown of the SSLEngine without having received a SSL close alert.
2011-12-13 11:14:25 +01:00
..
src Removed guard whether the channel is closed in checkIdleTimestamp(). 2011-12-13 11:14:25 +01:00
pom.xml Revert "Merge branch 'release-8'" 2011-11-30 16:27:30 +11:00