comparison mercurial/help/internals/wireprotocol.txt @ 37724:deff7cf7eefd

wireprotov2: change frame type and name for command response There was hole at frame type value 3. And the frame is better named as a command response. Differential Revision: https://phab.mercurial-scm.org/D3384
author Gregory Szorc <gregory.szorc@gmail.com>
date Sat, 14 Apr 2018 14:37:23 -0700
parents e8fba6d578f0
children 3ea8323d6f95
comparison
equal deleted inserted replaced
37723:e8fba6d578f0 37724:deff7cf7eefd
666 0x02 666 0x02
667 End of data. When set, command data has been fully sent to the 667 End of data. When set, command data has been fully sent to the
668 server. The command has been fully issued and no new data for this 668 server. The command has been fully issued and no new data for this
669 command will be sent. The next frame will belong to a new command. 669 command will be sent. The next frame will belong to a new command.
670 670
671 Response Data (``0x04``) 671 Command Response Data (``0x03``)
672 ------------------------ 672 --------------------------------
673 673
674 This frame contains response data to an issued command. 674 This frame contains response data to an issued command.
675 675
676 Response data ALWAYS consists of a series of 0 or more CBOR encoded 676 Response data ALWAYS consists of a series of 0 or more CBOR encoded
677 values. A CBOR value may be using indefinite length encoding. And the 677 values. A CBOR value may be using indefinite length encoding. And the