Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

broken ABNF #246

Closed
reschke opened this issue Oct 11, 2016 · 0 comments
Closed

broken ABNF #246

reschke opened this issue Oct 11, 2016 · 0 comments
Labels

Comments

@reschke
Copy link
Contributor

reschke commented Oct 11, 2016

FWIW, I believe this change:

Old:

token = <token, defined in [RFC2616], Section 2.2>

New:

token = token
; defined in [RFC2616], Section 2.2

is a bad idea; it makes the ABNF invalid.

(similar changes have been made to other imports)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant