yunhuizhu / memcached

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

flags may be a negative number #391

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
## What steps will reproduce the problem?

$ telnet localhost 11211
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
version
VERSION 1.4.20
set foo 4294967295 0 1
x
STORED
get foo
VALUE foo -1 1
x
END
version
VERSION 1.4.20

## What is the expected output? What do you see instead?

The return flags should be a unsigned value as described in protocol.txt

## What version of the product are you using? On what operating system?

This should be reproduced among most of the 1.2+ versions.

Original issue reported on code.google.com by kelvin0...@gmail.com on 31 Dec 2014 at 4:02

GoogleCodeExporter commented 9 years ago
dupe of 313

Original comment by dorma...@rydia.net on 31 Dec 2014 at 6:32