-
Notifications
You must be signed in to change notification settings - Fork 42
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
Range header field ABNF #196
Comments
|
I am very far down the rabbit hole on this one. |
|
Fixed by 7594239 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Range header field ABNF:
This is another misguided attempt to restrict syntax using ABNF in presence of extension points.
For instance,
matches
other-ranges-specifier.The proper fix for this is to rewrite the ABNF so it's properly layered - a generic one, plus an overlay for the only range unit we define.
The text was updated successfully, but these errors were encountered: