ALTSVC.md: correct a typo

The ALPN documentation erroneously referred to a "host number" instead
of a "port number".

Closes #12852
This commit is contained in:
Lars Kellogg-Stedman 2024-02-02 12:51:19 -05:00 committed by Daniel Stenberg
parent 7e2c53f72b
commit 3ec85206ad
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -28,7 +28,7 @@ space separated fields.
3. The port number for the source origin
4. The ALPN id for the destination host
5. The hostname for the destination host
6. The host number for the destination host
6. The port number for the destination host
7. The expiration date and time of this entry within double quotes. The date format is "YYYYMMDD HH:MM:SS" and the time zone is GMT.
8. Boolean (1 or 0) if "persist" was set for this entry
9. Integer priority value (not currently used)