quinn-rs / quinn

Async-friendly QUIC implementation in Rust
Apache License 2.0
3.85k stars 394 forks source link

Fix ALPN misconfiguration in example #1256

Closed Ralith closed 2 years ago

Ralith commented 2 years ago

Introduced by a copy-paste error in 9daaa15da231f56559d771cf8d674ccdbe98890e

djc commented 2 years ago

Oops! Thanks for fixing.