Commit b3196c40 authored by zyearn's avatar zyearn

Fix a typo in rtmp_protocol.cpp

parent 9aebf868
......@@ -1790,7 +1790,7 @@ bool RtmpChunkStream::OnMessage(const RtmpBasicHeader& bh,
const RtmpMessageHeader& mh,
butil::IOBuf* msg_body,
Socket* socket) {
// Make sure msg_body is consistent with the header. Rrevious code
// Make sure msg_body is consistent with the header. Previous code
// forgot to clear msg_body before appending new message.
CHECK_EQ((size_t)mh.message_length, msg_body->size());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment