summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVictor Kirkebo <victor.kirkebo@sun.com>2009-01-21 17:14:09 -0800
committerDustin Sallings <dustin@spy.net>2009-01-21 17:14:09 -0800
commit6b262b99dd90294956ede9d17e30bf3484a772ca (patch)
tree773b9a496b0c7f38b7aebd4e58c7557c1589896f /doc
parent8ff14453be52fb43a1ba5d3fb372847db927530f (diff)
downloadmemcached-6b262b99dd90294956ede9d17e30bf3484a772ca.tar.gz
Fixed total body sizes in getk/getkq sample responses.
http://code.google.com/p/memcached/issues/detail?id=6
Diffstat (limited to 'doc')
-rw-r--r--doc/protocol-binary.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/protocol-binary.txt b/doc/protocol-binary.txt
index 710a69a..bd1862a 100644
--- a/doc/protocol-binary.txt
+++ b/doc/protocol-binary.txt
@@ -572,7 +572,7 @@ Internet-Draft Memcache Binary Protocol August 2008
+---------------+---------------+---------------+---------------+
4| 0x04 | 0x00 | 0x00 | 0x00 |
+---------------+---------------+---------------+---------------+
- 8| 0x00 | 0x00 | 0x00 | 0x09 |
+ 8| 0x00 | 0x00 | 0x00 | 0x0E |
+---------------+---------------+---------------+---------------+
12| 0x00 | 0x00 | 0x00 | 0x00 |
+---------------+---------------+---------------+---------------+
@@ -599,7 +599,7 @@ Internet-Draft Memcache Binary Protocol August 2008
Extra length (4) : 0x04
Data type (5) : 0x00
Status (6,7) : 0x0000
- Total body (8-11) : 0x00000009
+ Total body (8-11) : 0x0000000E
Opaque (12-15): 0x00000000
CAS (16-23): 0x0000000000000001
Extras :