Merge pull request #1900 from hvenev/spec-ident-port

Restrict identifier port numbers to 5 digits.
This commit is contained in:
Richard van der Hoff 2019-02-22 10:40:11 +00:00 committed by GitHub
commit 9edf2a3271
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@ following grammar::
server_name = hostname [ ":" port ]
port = *DIGIT
port = 1*5DIGIT
hostname = IPv4address / "[" IPv6address "]" / dns-name