if (LOG.isDebugEnabled()) {
LOG.debug(String.format("Set channel %s auto read to true.", channelHandlerContext.channel()));
}
}
} catch (IOException e) {
availableBuffer.recycleBuffer();
}
}
}
// --------------------------------------------------------------------