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

clarify multi-103 behavior #380

Merged
2 changes: 1 addition & 1 deletion draft-ietf-httpbis-early-hints.md
Expand Up @@ -145,7 +145,7 @@ on the header fields of a stale-cached response, then forwards a 103 (Early Hint
final response that were sent from the origin server in response to a revalidation request.

A server MAY emit multiple 103 (Early Hints) responses with additional header fields as new information becomes available while the request is being processed.
It does not need to repeat the fields that were already emitted, though it is doesn't have to exclude them either.
It does not need to repeat the fields that were already emitted, though it doesn't have to exclude them either.
The client may consider any combination of header fields received in multiple 103 (Early Hints) responses when anticipating the list of header fields expected in the final response.

# Security Considerations
Expand Down