@@ -42,8 +42,8 @@ informative:
4242
4343QUIC defines a RESET_STREAM frame to abort sending on a stream. When a sender
4444resets a stream, it also stops retransmitting STREAM frames for this stream in
45- the of packet loss. On the receiving side, there is no guarantee that any data
46- sent on that stream is delivered.
45+ the event of packet loss. On the receiving side, there is no guarantee that any
46+ data sent on that stream is delivered.
4747
4848This document defines a new QUIC frame, the RESET_STREAM_AT frame, that allows
4949resetting a stream, while guaranteeing delivery of stream data up to a certain
@@ -67,7 +67,7 @@ WebTransport session.
6767
6868Since QUIC does not provide guaranteed delivery of steam data for reset streams,
6969it is possible that a receiver is unable to read critical information. In the
70- example above, a reset stream can cause the receiver to a fail to associate
70+ example above, a reset stream can cause the receiver to fail to associate
7171incoming streams with their respective subcomponent of the application.
7272Therefore, it is desirable that the receiver can rely on the delivery of
7373critical information to applications, even if the QUIC stream is reset before
@@ -160,7 +160,7 @@ byte offset SHOULD NOT be retransmitted.
160160
161161As described in {{Section 3.2 of RFC9000}}, a stream reset signal might be
162162suppressed or withheld, and the same applies to a stream reset signal carried in
163- a RESET_STREAM_AT frame. Similary , the Reliable Size of the RESET_STREAM_AT
163+ a RESET_STREAM_AT frame. Similarly , the Reliable Size of the RESET_STREAM_AT
164164frame does not prevent a QUIC stack from delivering data beyond the specified
165165offset to the receiving application.
166166
@@ -242,9 +242,8 @@ As the RESET_STREAM_AT frame is an extension to the stream machinery defined in
242242QUIC version 1, the security considerations of {{RFC9000}} apply accordingly.
243243Specifically, given that RESET_STREAM_AT frames indicate the offset up to which
244244data is reliably transmitted, endpoints SHOULD remain vigilant against resource
245- commitment and exhaustion attacks have to be taken even after sending or
246- receiving RESET_STREAM_AT frames, until the stream states reach the terminal
247- state.
245+ commitment and exhaustion attacks even after sending or receiving RESET_STREAM_AT
246+ frames, until the stream reaches the terminal state.
248247
249248
250249# IANA Considerations
0 commit comments