quinn-rs / quinn

Async-friendly QUIC implementation in Rust
Apache License 2.0
3.76k stars 380 forks source link

Is QUIC Still a Draft? #1467

Closed zicklag closed 1 year ago

zicklag commented 1 year ago

I see this line in the docs:

https://github.com/quinn-rs/quinn/blob/389d7ce5067fbef460f0730861340b15f13d4803/docs/book/src/quic.md?plain=1#L4

From what I can tell from the IETF tracker, it seems that now QUIC is no longer in the draft phase is that right?

Ralith commented 1 year ago

Correct. The text there should be updated or removed.

zicklag commented 1 year ago

Cool, opened a PR to tweak the wording.