Skip to content
Snippets Groups Projects
Commit b28f8909 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Change server reponse format to MessagePack.

Update the protoco spec in doc/box-protocol.txt.
Update box.net.box with a bunch of hacks.
Update the python driver.

Remove support for flags variable (BOX_RETURN_TUPLE).
It was not tested anywhere! (-> kill)

Implemeng Lua msgpack.next() to support streamed processing.
Add tests.

Fix a bug with messed up aliases of msgpack.dumps() pointing
to encode() and loads() pointing to decode() (should be vice versa).
parent 96a07353
No related branches found
No related tags found
No related merge requests found
Showing with 393 additions and 323 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment