Skip to content

Commit

Permalink
[labeled-response] Limit labels to 64 bytes. Addresses #382
Browse files Browse the repository at this point in the history
  • Loading branch information
jwheare committed May 31, 2019
1 parent b5b8df9 commit 3817040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/labeled-response.md
Expand Up @@ -75,7 +75,7 @@ When a client sends a message to itself, the server MUST NOT include the label t

#### Tag value

The tag value is chosen by the client and MUST be treated as an opaque identifier. The client SHOULD NOT reuse a tag value until it has received a complete response for that value from the server.
The tag value is chosen by the client and MUST be treated as an opaque identifier. The client SHOULD NOT reuse a tag value until it has received a complete response for that value from the server. The value MUST NOT exceed 64 bytes.

## Client implementation considerations

Expand Down

0 comments on commit 3817040

Please sign in to comment.