private-octopus / picoquic

Minimal implementation of the QUIC protocol
MIT License
523 stars 153 forks source link

Sending CID in Handshake bug #1617

Closed huitema closed 5 months ago

huitema commented 5 months ago

If a "retire CID" packet was queued before the handshake completed, the code would in some cases send it in an Handshake packet. Fixing that.