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

fix ABNF for If-Match and If-None-Match #305

Closed
reschke opened this issue Feb 4, 2020 · 2 comments · Fixed by #398
Closed

fix ABNF for If-Match and If-None-Match #305

reschke opened this issue Feb 4, 2020 · 2 comments · Fixed by #398

Comments

@reschke
Copy link
Contributor

reschke commented Feb 4, 2020

...not to special-case "*" as top-level construct.

@mnot
Copy link
Member

mnot commented Feb 6, 2020

Also need to fix things like

when the field value is "*"

to something like

when the field value contains "*"

@mnot
Copy link
Member

mnot commented Jul 2, 2020

Discussed; intent is to add a note at the end of each section pointing out that the behaviour of multiple/mixed stars is undefined, and that this is a lame way to specify a field.

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

Successfully merging a pull request may close this issue.

2 participants