quinn-rs / quinn

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

Downgrade duplicate packet message to debug level #1705

Closed nazar-pc closed 10 months ago

nazar-pc commented 10 months ago

Fixes https://github.com/quinn-rs/quinn/issues/1704

nazar-pc commented 10 months ago

Should I expect patch release with this any time soon or you have some schedule to regular releases?

djc commented 10 months ago

Do you want this in a 0.10 release? If so, please make a backport PR that cherry-picks your change to the 0.10.x branch and adds a separate commit bumping the version number in the affected component.