mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-07 20:24:08 +01:00
Merge pull request #1900 from hvenev/spec-ident-port
Restrict identifier port numbers to 5 digits.
This commit is contained in:
commit
9edf2a3271
|
|
@ -34,7 +34,7 @@ following grammar::
|
||||||
|
|
||||||
server_name = hostname [ ":" port ]
|
server_name = hostname [ ":" port ]
|
||||||
|
|
||||||
port = *DIGIT
|
port = 1*5DIGIT
|
||||||
|
|
||||||
hostname = IPv4address / "[" IPv6address "]" / dns-name
|
hostname = IPv4address / "[" IPv6address "]" / dns-name
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue