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

Application can reset stream or close connection even if no error occurs. #3953

Merged
merged 5 commits into from Aug 10, 2020
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-quic-http.md
Expand Up @@ -1597,7 +1597,7 @@ sent, and receipt MAY be treated as an error of type H3_FRAME_UNEXPECTED.
QUIC allows the application to abruptly terminate (reset) individual streams or
the entire connection; see Sections 2.4 and 5.3 of {{QUIC-TRANSPORT}}. These
are referred to as "stream errors" or "connection errors" (see Section 11 of
{{QUIC-TRANSPORT}}) and have an associated error code, but do not necessarily
{{QUIC-TRANSPORT}}) and have associated error codes, but do not necessarily
have to be errors. For example, a stream can be reset if the requested resource
is no longer needed.

Expand Down