Fix a bug for msg->mlen#462
Conversation
Function msg_append() already added the dst->mlen.
|
|
|
This pr seems to be correct, function msg_append() already added the dst->mlen. A message (dst) is made up of 1 or more mbufs, and the As for how twemproxy is currently working despite that, I expect it's because mlen isn't used and that the code that generates redis responses acts on the mbuf list - the length might only be used for logging
|
Function msg_append() already added the dst->mlen.