jvimal

Results 3 issues of jvimal

I am trying to build and integrate ring/webpki targeting Windows arm64. I am able to build the main branch of ring thanks to some recent fixes for Windows compilation, but...

@stammw following up on the Discord question. IIUC, QUIC supports both reliable streams and best-effort datagrams over the same cryptographic session established between two endpoints. Although datagrams probably do not...

https://github.com/hyperium/h3/blob/84316da426d1825a871cd850ff4f90aa3fe5860b/h3/src/stream.rs#L433 The `poll_read()` on `BufRecvStream` (wrapping the underlying QUIC provider's stream) is buffering chunks in-memory in a `BufList` that appears to grows without bounds: https://github.com/hyperium/h3/blob/84316da426d1825a871cd850ff4f90aa3fe5860b/h3/src/stream.rs#L448-L450 In some tests that I...

C-bug
C-refactor
B-rfc