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

DNS relaxation, smaller initial Origin Set #285

Merged
merged 28 commits into from Feb 13, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion draft-ietf-httpbis-origin-frame.md
Expand Up @@ -95,7 +95,7 @@ Origin:
The ORIGIN frame defines the following flags:

CLEAR (0x1):
: Indicates that the Origin Set MUST be reset to an empty before processing the contents of the frame it occurs upon.
: Indicates that the Origin Set MUST be reset to an empty set before processing the contents of the frame it occurs upon.

REMOVE (0x2):
: Indicates that the origin(s) carried in the payload must be removed from the Origin Set, if present; if not present, it/they have no effect.
Expand Down