提交 a0dd3b64 编写于 作者: Y youyong205

modify the testcase

上级 d307e385
......@@ -612,7 +612,7 @@ public class PlainTextMessageCodec implements MessageCodec, LogEnabled, Initiali
if (System.currentTimeMillis() - pair.getKey() > 1000) {
ChannelBuffer channelBuffer = pair.getValue();
channelBuffer.markReaderIndex();
channelBuffer.resetReaderIndex();
m_logger.info("====" + channelBuffer.toString(Charset.forName("utf-8")) + "====");
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册