Jean-Christophe BEGUE

Results 13 comments of Jean-Christophe BEGUE

Hey ! `h3` is still ongoing. Some progress have been made.

Oops, approved this a bit too quickly... I looks like this swap makes all the transfers fail. I vaguely remember having this problem. @camshaft suggestion might help. Also, do you...

Right, maybe I should have read the issue beforehand :sweat_smile: . Thanks! While we're at it, we might want to ditch `AsyncWrite` by doing what Ralith suggested [in this issue](https://github.com/hyperium/h3/issues/55#issuecomment-1003624209):...

Nice ! I didn't know about this project.

I remember that I thought of using the `poll_*` methods, but can't recall why I didn't ask for them to be made available. I guess this solution will cancel the...

Okay, that's fine to do as it's done in `h2`.

Hi @Pascualex, I wanted to come up with an exhaustive list of what's missing in this crate to support WebTransport. But with the holidays I actually don't have much time...

We should also use this opportunity to reorder the modules so they are similar to `h2` and `hyper`: ```rust use std::*; use external_crate::* use crate::*; /// Doc Foo struct Foo...

Hi @euberdeveloper, thanks for your interest in the project. Yes, I realize that landing on the repo with no README at all can make one feel the project is not...

Hi @Pascualex. Nice to know you are interested to use this crate for WebTransport. I'll look up for that a bit (I'm not aware of this :sweat_smile:). If you think...