Skip to content

Commit 329c1e4

Browse files
committed
RequestId: just a hint
1 parent 458b4e0 commit 329c1e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Dispatcher/RequestId.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
final class RequestId
66
{
77
public const MIN_ID = 1;
8-
public const MAX_ID = 2 ** 31 - 1;
8+
public const MAX_ID = 2 ** 31 - 1; // Hint: RFC3416 says 214783647, but the errata corrects this
99
}

0 commit comments

Comments
 (0)