Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions content/docs/quic/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Copy link

Copilot AI Nov 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The URL format for this draft is inconsistent with other draft references in the same list. Line 14 uses unversioned URLs like /doc/draft-ietf-quic-qlog-main-schema/ while this uses a versioned URL /doc/html/draft-ietf-quic-reliable-stream-reset-07. Consider using the unversioned format /doc/draft-ietf-quic-reliable-stream-reset/ for consistency, which will automatically link to the latest version.

Suggested change
* 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 Stream Resets with Partial Delivery ([draft-ietf-quic-reliable-stream-reset](https://datatracker.ietf.org/doc/draft-ietf-quic-reliable-stream-reset/))

Copilot uses AI. Check for mistakes.
* 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.
1 change: 0 additions & 1 deletion content/docs/quic/streams.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)