quinn-rs / quinn

Async-friendly QUIC implementation in Rust
Apache License 2.0
3.57k stars 363 forks source link

Allocate Incoming response buffers as needed #1811

Closed Ralith closed 2 months ago

Ralith commented 2 months ago

Threading buffers through alongside the Incoming does not reduce the number of allocations.