Jean-Christophe BEGUE

Results 3 issues of Jean-Christophe BEGUE

I there! Here is the doc I wrote I wrote a few weeks ago. It has been on hold for some time because I started a new job recently. I'll...

We were forced to use `AsyncWrite` in `h3_quinn::SendStream` because Quinn only offers lifetime-bound Futures to poll for writes: `Write

E-medium
S-performance
S-refactor

@seanmonstar's proposal contains a builder API for connection that would accept the few settings available defined by [HTTP/3], and [QPACK]: ```rust Connection::builder().max_field_section_size(1024 * 64).handshake(quic_connection) ``` While this is clearly an...