@@ -2863,7 +2863,7 @@ data interleaved with other streams, and can be cancelled.
2863
2863
Stream offsets allow for the octets on a stream to be placed in order. An
2864
2864
endpoint MUST be capable of delivering data received on a stream in order.
2865
2865
Implementations MAY choose to offer the ability to deliver data out of order.
2866
- There is means of ensuring ordering between octets on different streams.
2866
+ There is no means of ensuring ordering between octets on different streams.
2867
2867
2868
2868
The creation and destruction of streams are expected to have minimal bandwidth
2869
2869
and computational cost. A single STREAM frame may create, carry data for, and
@@ -3267,12 +3267,12 @@ sender or during delivery to the application at the receiver.
3267
3267
3268
3268
When new data is to be sent on a stream, a sender MUST set the encapsulating
3269
3269
STREAM frame's offset field to the stream offset of the first byte of this new
3270
- data. The first byte of data that is sent on a stream has an offset of 0.
3271
- The largest offset delivered on a stream MUST be less than 2^62. A receiver
3272
- MUST ensure that received stream data is delivered to the application as an
3273
- ordered byte-stream. Data received out of order MUST be buffered for later
3274
- delivery, as long as it is not in violation of the receiver's flow control
3275
- limits.
3270
+ data. The first octet of data on a stream has an offset of 0. An endpoint is
3271
+ expected to send every stream octet. The largest offset delivered on a stream
3272
+ MUST be less than 2^62. A receiver MUST ensure that received stream data is
3273
+ delivered to the application as an ordered byte-stream. Data received out of
3274
+ order MUST be buffered for later delivery, as long as it is not in violation of
3275
+ the receiver's flow control limits.
3276
3276
3277
3277
An endpoint MUST NOT send data on any stream without ensuring that it is within
3278
3278
the data limits set by its peer. The cryptographic handshake stream, Stream 0,
0 commit comments