ietf-wg-webtrans / draft-ietf-webtrans-http2

WebTransport using HTTP/2
Other
7 stars 5 forks source link

Add a reliable size to WT_RESET_STREAM #110

Closed martinthomson closed 5 months ago

martinthomson commented 6 months ago

As noted in #109, we need to signal to the receiver when a sender opts to use a reliable reset. Rather than add a second frame type, we can just build a single reset that has the additional feature. As @vasilvv pointed out, if we were going to do QUIC over again, we'd build this into RESET_STREAM.

This is not a backward-compatible change, so we'll need to change version numbers (I have not done that here).

Closes #109.