make iproto answer to be 3 part even for ping
This will simplify client library construction cause it will allow to use streaming MsgPack decoding. If reply has variable part count, then request decoder which uses streaming decoder, need to wait next part to analize: is it belongs to this reply (body map) or start of next reply (ie length integer)? So that, if request (ping) were single request, request decoder will stuck.
Please register or sign in to comment