Skip to content

feedback: Binary protocol | Tarantool #1662

Closed
@TarantoolBot

Description

@TarantoolBot

<…> | | |
| |0x00: IPROTO_REQUEST_TYPE| | 0x01: IPROTO_SYNC | 0x05: IPROTO_SCHEMA_VERSION |
<…>

https://www.tarantool.io/en/doc/2.3/dev_guide/internals/box_protocol/#box-protocol-join

Тут и везде в текстовых схемах одна и та же ошибка.
Вместо "0x00: IPROTO_REQUEST_TYPE" дожно быть "0x00: REQUEST_TYPE" (как было в доке 2.2)
Дело в том, что IPROTO_REQUEST_TYPE == 0x00, и вместо пары Ключ : Значение в доке написано Ключ : Ключ.
Однако (как и написано ниже) IPROTO_REQUEST_TYPE == 0x00.
В строке же 0x00: IPROTO_REQUEST_TYPE
Так вот 0x00: IPROTO_REQUEST_TYPE - это, получается Ключ : Ключ.

Metadata

Metadata

Assignees

No one assigned

    Labels

    factual errorFactual error in functionality descriptioniprotoRelated to the iproto protocol

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions