quicwg / reliable-stream-reset

Other
7 stars 5 forks source link

choosing RESET_STREAM or RESET_STREAM_AT #30

Closed kazuho closed 1 year ago

kazuho commented 1 year ago

Be clear that RESET_STREAM is equivalent to RESET_STREAM_AT with Reliable Size of 0, and that the sender can use either of the two.

Closes #20.

kazuho commented 1 year ago

@marten-seemann

I’m wondering if we should avoid any language suggesting that this data will be delivered to the application. Strictly speaking, that’s part of the API contract between the receiver’s QUIC stack and the application, and not something that the protocol can guarantee.

I think we have to keep what we have in the last paragraph of the Introduction, but I agree that it is verbose and confusing here.

Changed the text. WDYT?