Skip to content

Commit 4ed8c23

Browse files
authoredFeb 19, 2024
Merge pull request #66 from quicwg/abrupt-termination
clarify that RESET_STREAM_AT is an abrupt termination
2 parents 75c9955 + d1f6317 commit 4ed8c23

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
 

‎draft-ietf-quic-reliable-stream-reset.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,11 @@ sending data being read from an external source and encounters an error, it
7777
might want to use a stream reset to signal that error, while at the same time
7878
guaranteeing that all data received from the source is delivered to the peer.
7979

80-
This document describes a QUIC extension defining a new frame type, the
81-
RESET_STREAM_AT frame. This frame allows an endpoint to mark a portion at the
82-
beginning of the stream which will then be reliably delivered, even if the
83-
stream was reset.
80+
This document extends QUIC with a variant of stream resets that reliably
81+
delivers the beginning of a stream up to a sender-specified offset, communicated
82+
using the RESET_STREAM_AT frame. As a variant of reset, application protocols
83+
continue to treat this stream function as an abrupt termination; see {{Section 2.4
84+
of RFC9000}}.
8485

8586
# Conventions and Definitions
8687

0 commit comments

Comments
 (0)