Comment #2 on issue 384 by [email protected]: memcached refuse to recv data if the client send too much data without recving
https://code.google.com/p/memcached/issues/detail?id=384

@dorma Actually version of libmemcached among these servers I tested differs with each other. So the given test code ( https://gist.github.com/mckelvin/6aaf1d14e7866719a9bc ) is libmemcached-neglected. It's in pure Python and believe it can be easily ported to other languages.

At least this case is not effected:

```
➜  ~  uname -a
Linux ubuntu-test 3.8.0-29-generic #42~precise1-Ubuntu SMP Wed Aug 14 16:19:23 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
➜  ~  echo -ne "version\r\n" | nc localhost 11211
VERSION 1.4.13
➜  ~  md5sum memcached_reproduce.py
7907ffe24977d7327c93dce170618828  memcached_reproduce.py
➜  ~  python memcached_reproduce.py
switch: append
VERSION 1.4.13

begin send
end send
begin recv
end recv
➜  ~
```

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "memcached" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to