Protocol 4 has number four in its header
This commit is contained in:
parent
643a33de69
commit
1258ea5228
|
@ -57,7 +57,7 @@ Protocol 4, by contrast, features binary framing. The general structure
|
|||
of a pickle is thus the following::
|
||||
|
||||
+------+------+
|
||||
| 0x80 | 0x03 | protocol header (2 bytes)
|
||||
| 0x80 | 0x04 | protocol header (2 bytes)
|
||||
+------+------+-----------+
|
||||
| AA BB CC DD EE FF GG HH | frame size (8 bytes, little-endian)
|
||||
+------+------------------+
|
||||
|
|
Loading…
Reference in New Issue