uohzoaix / spymemcached

Automatically exported from code.google.com/p/spymemcached
0 stars 0 forks source link

Stats are not always parsed correctly #56

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Bug description:
http://groups.google.com/group/spymemcached/browse_thread/thread/c7a7ca3e8bacc28
e

Attaching patch. Maybe there's more clever way to fix it avoiding indexOf(),
but I wanted to leave split() untouched, as assertation rely on it.

Thanks

Original issue reported on code.google.com by sevcik%styxys.com@gtempaccount.com on 29 Mar 2009 at 12:43

Attachments:

GoogleCodeExporter commented 9 years ago
I ended up doing something slightly different and added a couple tests:

http://github.com/dustin/java-memcached-client/commit/c2d1b84658040ac2a7c8c1737e
59e4f45d46218e

Original comment by dsalli...@gmail.com on 31 Mar 2009 at 5:52