Skip to content

Commit 3817040

Browse files
committed
[labeled-response] Limit labels to 64 bytes. Addresses #382
1 parent b5b8df9 commit 3817040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/labeled-response.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ When a client sends a message to itself, the server MUST NOT include the label t
7575

7676
#### Tag value
7777

78-
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.
78+
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.
7979

8080
## Client implementation considerations
8181

0 commit comments

Comments
 (0)