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

Each field-name should be used only once in a Key header #132

Closed
zwoop opened this issue Sep 3, 2015 · 1 comment
Closed

Each field-name should be used only once in a Key header #132

zwoop opened this issue Sep 3, 2015 · 1 comment
Labels

Comments

@zwoop
Copy link

zwoop commented Sep 3, 2015

To simplify implementations, as well as making sure servers provide efficient Key headers, maybe we should require that a particular field-name is only used once. I.e. this would not be allowed:

Key: Cookie;param=a, Accept-Encoding;match=“gzip”, Cookie;param=b

whereas this would be:

Key: Cookie;param=a;param=b, Accept-Encoding;match=“gzip"

For this to be usable, it would have to be a "MUST" I think.

@mnot mnot added the Key label Sep 6, 2015
@zwoop zwoop changed the title Each field-name should only be used only once in a Key header Each field-name should be used only once in a Key header Sep 7, 2015
@mnot
Copy link
Owner

mnot commented Oct 19, 2015

Moving to http-extensions repo

@mnot mnot closed this as completed Oct 19, 2015
Repository owner locked and limited conversation to collaborators Oct 19, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants