quiche does not currently implement the transport semantics defined by
draft-ietf-quic-reliable-stream-reset.
Current upstream core quiche has no complete RESET_STREAM_AT transport implementation. PR #2520 adds the frame to qlog, but does not implement any actual semantics like negotiation, stream-state handling, reliable-prefix retransmission, or application delivery.
We are implementing it in our fork currently anyway, so we would be interested in contributing it upstream once its settled.
quiche does not currently implement the transport semantics defined by
draft-ietf-quic-reliable-stream-reset.
Current upstream core quiche has no complete RESET_STREAM_AT transport implementation. PR #2520 adds the frame to qlog, but does not implement any actual semantics like negotiation, stream-state handling, reliable-prefix retransmission, or application delivery.
We are implementing it in our fork currently anyway, so we would be interested in contributing it upstream once its settled.