<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
I have been doing some work on memcache and while debugging I came across this strange issue. If someone could verify with me, I would be grateful. &nbsp;In the function:<div><br class="webkit-block-placeholder"></div><div>static void complete_nread()</div><div><br class="webkit-block-placeholder"></div><div>Add this code right above the&nbsp;store_item(it, comm).&nbsp;</div><div><br class="webkit-block-placeholder"></div><div><div>printf("value: %s\n",ITEM_data(it));</div><div><br class="webkit-block-placeholder"></div>Now write a simple client in any language, and run 2 set commands, Run the script few times and look at the output in memcache verbose output, shouldn't the output be consistent&nbsp;every time?&nbsp;It's not. I am noticing its appending the last 2 bytes from the previous command. Buffer not being cleared?</div><div><br>I used multiple clients to test this out, and&nbsp;noticed&nbsp;this issue isn't present in 1.1.13.<br><div contenteditable="false"><br class="webkit-block-placeholder"></div><div contenteditable="false"><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; ">Linux, libevent 1.3b. 32bit.</span></div><div contenteditable="false"><br class="webkit-block-placeholder"></div><div contenteditable="false"><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><br class="Apple-interchange-newline"><div><br class="khtml-block-placeholder"></div><div>Chris Goffinet</div><div><a href="mailto:goffinet@yahoo-inc.com">goffinet@yahoo-inc.com</a></div><div><br class="khtml-block-placeholder"></div><br class="Apple-interchange-newline"></span> </div><br></div></body></html>