From 22a2ba13be4bd164da4000c30369e8c35632d87a Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Thu, 6 Nov 2025 16:11:05 -0500 Subject: [PATCH] list support for QUIC Stream Resets with Partial Delivery extension --- content/docs/quic/_index.md | 1 + content/docs/quic/streams.md | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/quic/_index.md b/content/docs/quic/_index.md index 0374de6..6ff22ce 100644 --- a/content/docs/quic/_index.md +++ b/content/docs/quic/_index.md @@ -10,6 +10,7 @@ In addition to these base RFCs, it also implements the following RFCs: * Unreliable Datagram Extension ([RFC 9221](https://datatracker.ietf.org/doc/html/rfc9221)) * Datagram Packetization Layer Path MTU Discovery (DPLPMTUD, [RFC 8899](https://datatracker.ietf.org/doc/html/rfc8899)) * QUIC Version 2 ([RFC 9369](https://datatracker.ietf.org/doc/html/rfc9369)) +* QUIC Stream Resets with Partial Delivery ([draft-ietf-quic-reliable-stream-reset](https://datatracker.ietf.org/doc/html/draft-ietf-quic-reliable-stream-reset-07)) * QUIC Event Logging using qlog ([draft-ietf-quic-qlog-main-schema](https://datatracker.ietf.org/doc/draft-ietf-quic-qlog-main-schema/) and [draft-ietf-quic-qlog-quic-events](https://datatracker.ietf.org/doc/draft-ietf-quic-qlog-quic-events/)) It is used by a wide variaty of users, see the [README](https://github.com/quic-go/quic-go) for a list of notable projects. diff --git a/content/docs/quic/streams.md b/content/docs/quic/streams.md index 705778d..d2c8cc3 100644 --- a/content/docs/quic/streams.md +++ b/content/docs/quic/streams.md @@ -139,4 +139,3 @@ Conversely, the receiver does not need to wait for all data to be delivered befo ## 📝 Future Work * Stream Priorities: [#437](https://github.com/quic-go/quic-go/issues/437) -* QUIC [Reliable Stream Reset](https://datatracker.ietf.org/doc/draft-ietf-quic-reliable-stream-reset/) extension: [#4139](https://github.com/quic-go/quic-go/issues/4139)