Skip to content

Commit

Permalink
PROTOCOL: slight markdown touchup
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Batts <[email protected]>
  • Loading branch information
vbatts committed Apr 19, 2022
1 parent 6283342 commit f5be921
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions PROTOCOL.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ interpreted as an empty object. For example, transmitting the number zero as a
protobuf message ends up with a data length of zero, but the message is still
considered data and should be processed.

#### Data
#### Data Flags

| Flag | Name | Description |
|------|-----------------|-----------------------------------|
Expand Down Expand Up @@ -150,8 +150,8 @@ even after it has already completed sending data before the client.
| +----------+ |
| |


### Non-Unary State Diagrams

RC: `remote closed` flag
RO: `remote open` flag

Expand Down Expand Up @@ -223,7 +223,7 @@ RO: `remote open` flag
| +-----------+ |
| |

# RPC
## RPC

While this protocol is defined primarily to support Remote Procedure Calls, the
protocol does not define the request and response types beyond the messages
Expand All @@ -232,7 +232,7 @@ definition of request and response which may be used for cross language rpc.
All implementations should at least define a request type which support
routing by procedure name and a response type which supports call status.

# Version History
## Version History

| Version | Features |
|---------|---------------------|
Expand Down

0 comments on commit f5be921

Please sign in to comment.