Skip to content

Commit 2e1d8d3

Browse files
82marbagDaniele Ahmed
authored and
Daniele Ahmed
committed
Address comment
Signed-off-by: Daniele Ahmed <[email protected]>
1 parent da1ddb7 commit 2e1d8d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

design/src/rfcs/rfc0024_request_id.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ where
124124

125125
The string representation of a generated ID will be valid for this regex:
126126
* For `ServerRequestId`: `/^[A-Za-z0-9_-]{,48}$/`
127-
* For `ClientRequestId`: `/^[ -~]$/` (printable ASCII characters)
127+
* For `ClientRequestId`: see [the spec](https://httpwg.org/specs/rfc9110.html#rfc.section.5.5)
128128

129129
Although the generated ID is opaque, this will give guarantees to customers as to what they can expect, if the server ID is ever updated to a different format.
130130

0 commit comments

Comments
 (0)