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

Describe error handling of GOAWAY ID increase #3634

Merged
merged 1 commit into from Jun 8, 2020
Merged
Changes from all commits
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
3 changes: 2 additions & 1 deletion draft-ietf-quic-http.md
Expand Up @@ -960,7 +960,8 @@ A client that is unable to retry requests loses all requests that are in flight
when the server closes the connection. An endpoint MAY send multiple GOAWAY
frames indicating different identifiers, but MUST NOT increase the identifier
value they send, since clients might already have retried unprocessed requests
on another connection.
on another connection. Receiving a GOAWAY containing a larger identifier than
previously received MUST be treated as a connection error of type H3_ID_ERROR.

An endpoint that is attempting to gracefully shut down a connection can send a
GOAWAY frame with a value set to the maximum possible value (2^62-4 for servers,
Expand Down