cloudflare / quiche

🥧 Savoury implementation of the QUIC transport protocol and HTTP/3
https://docs.quic.tech/quiche/
BSD 2-Clause "Simplified" License
9.47k stars 719 forks source link

Rust and C examples are not equivalent #1628

Open HaseebLUMS opened 1 year ago

HaseebLUMS commented 1 year ago

The Rust server example handles the writable streams but the C example does not handle that. I wasted some time figuring out how to handle partially processed streams as I was only looking at the C example. It would be nice (and expected) if the C examples are equivalent to Rust examples.

medcelerate commented 10 months ago

It would be great to get better examples for this.