Skip to content

Commit

Permalink
remove incorrect statement why quoted-string is needed for alt-authority
Browse files Browse the repository at this point in the history
  • Loading branch information
reschke committed Sep 5, 2014
1 parent ed04f4c commit 4e6f4fe
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions draft-ietf-httpbis-alt-svc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -344,8 +344,7 @@
Alt-Svc = 1#( alternative *( OWS ";" OWS parameter ) )
alternative = protocol-id "=" alt-authority
protocol-id = token ; percent-encoded ALPN protocol identifier
alt-authority = token / quoted-string
; containing [ uri-host ] ":" port
alt-authority = quoted-string ; containing [ uri-host ] ":" port
</artwork>
</figure>
<t>
Expand Down Expand Up @@ -395,9 +394,8 @@ Alt-Svc: h2="new.example.org:80"
</artwork>
<postamble>
This indicates the "h2" protocol on the host "new.example.org", running
on port 80. Note that the "quoted-string" syntax needs to be used when a
host is specified in addition to a port (":" is not an allowed character
in "token").
on port 80. Note that the "quoted-string" syntax needs to be used because
":" is not an allowed character in "token".
</postamble>
</figure>
<texttable style="all" align="left">
Expand Down

0 comments on commit 4e6f4fe

Please sign in to comment.