Skip to content

Commit

Permalink
Bad CONNECTION_CLOSE isn't special
Browse files Browse the repository at this point in the history
If we get one, rely on the back-off that we require endpoints to
implement when they enter the closing state.  No need for any additional
special processing rules.

Closes #2475.
Closes #3230.
  • Loading branch information
martinthomson committed Nov 12, 2019
1 parent 89658b3 commit 32b6f77
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions draft-ietf-quic-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -2709,9 +2709,6 @@ frame risks a peer missing the first such packet. The only mechanism available
to an endpoint that continues to receive data for a terminated connection is to
use the stateless reset process ({{stateless-reset}}).

An endpoint that receives an invalid CONNECTION_CLOSE frame MUST NOT signal the
existence of the error to its peer.


## Stream Errors

Expand Down

0 comments on commit 32b6f77

Please sign in to comment.