[memcached] sgrimm,
r377: Fix UDP protocol handler bug introduced ...
commits at code.sixapart.com
commits at code.sixapart.com
Thu Sep 7 06:02:57 UTC 2006
Fix UDP protocol handler bug introduced in merge to trunk
U trunk/server/memcached.c
Modified: trunk/server/memcached.c
===================================================================
--- trunk/server/memcached.c 2006-09-07 05:26:44 UTC (rev 376)
+++ trunk/server/memcached.c 2006-09-07 06:02:56 UTC (rev 377)
@@ -1264,6 +1264,7 @@
memmove(c->rbuf, c->rbuf + 8, res);
c->rbytes += res;
+ c->rcurr = c->rbuf;
return 1;
}
return 0;
More information about the memcached-commits
mailing list