draft-ietf-httpbis-tunnel-protocol-04, "2.2 Syntax"

<http://greenbytes.de/tech/webdav/draft-ietf-httpbis-tunnel-protocol-04.html#rfc.section.2.2>:

> ALPN = "ALPN":" 1#protocol-id
> protocol-id     = token ; percent-encoded ALPN protocol identifier

...broken ABNF.

This probably should be:

ALPN = 1#protocol-id
protocol-id     = token ; percent-encoded ALPN protocol identifier

Best regards, Julian

(There was a downfall video about broken ABNFs in internet drafts :-)

Received on Saturday, 30 May 2015 10:24:29 UTC