mercurial/help/internals/wireprotocol.txt
changeset 37724 deff7cf7eefd
parent 37723 e8fba6d578f0
child 37725 3ea8323d6f95
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