Example #1
0
 @Override
 protected void expire(HttpDestination destination) {
   try {
     super.expire(destination);
   } catch (IllegalStateException x) {
     _log.debug("On expire: ", x);
     onException(x);
     cancel();
   }
 }