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).
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.