Jetty9 - Logging idle timeouts.
This commit is contained in:
parent
7b58c584b9
commit
5a3a25c880
|
@ -141,6 +141,8 @@ public class SPDYConnection extends AbstractConnection implements Controller<Sta
|
|||
@Override
|
||||
protected boolean onReadTimeout()
|
||||
{
|
||||
boolean idle = this.idle;
|
||||
LOG.debug("Idle timeout on {}, idle={}", this, idle);
|
||||
if (idle)
|
||||
goAway(session);
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue