提交 3e40be95 编写于 作者: W wolf 提交者: youngowlf

Fix typo.

上级 d4023de8
......@@ -197,7 +197,7 @@ public:
{
if (0 == step) //the head been received
{
assert(raw_buff.empty() && ASCS_HEAD_LEN == bytes_transferred);
assert(raw_buff.empty() && ST_ASIO_HEAD_LEN == bytes_transferred);
auto cur_msg_len = ST_ASIO_HEAD_N2H(head) - ST_ASIO_HEAD_LEN;
if (cur_msg_len > ST_ASIO_MSG_BUFFER_SIZE - ST_ASIO_HEAD_LEN) //invalid size
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册