quinn-rs / quinn

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

proto: yield transport error for Initial packets with no CRYPTO #1721

Closed djc closed 11 months ago

Ralith commented 11 months ago

From Windows CI:

test tests::handshake_anti_deadlock_probe has been running for over 60 seconds memory allocation of 24696061952 bytes failed

That's a bit spooky.

djc commented 11 months ago

Reverted this to the initial approach, but updated the RFC comment to more closely match the code.