Skip to content

Commit

Permalink
Think carefully before blowing up
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeBishop committed Jan 14, 2020
1 parent 4615f4b commit 73a7632
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions draft-ietf-quic-http.md
Expand Up @@ -1381,8 +1381,11 @@ 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 when an error is encountered. These are referred to as
"stream errors" or "connection errors" and are described in more detail in
{{QUIC-TRANSPORT}}. An endpoint MAY choose to treat a stream error as a
connection error.
{{QUIC-TRANSPORT}}.

An endpoint MAY choose to treat a stream error as a connection error under
certain circumstances. Implementations need to consider the impact on
outstanding requests before making this choice.

Because new error codes can be defined without negotiation (see {{extensions}}),
use of an error code in an unexpected context or receipt of an unknown error
Expand Down

0 comments on commit 73a7632

Please sign in to comment.