Dirkjan Ochtman

Results 3119 comments of Dirkjan Ochtman

> @djc So the current situation in terms of the download support of this new target is: > > * libcurl is not buildable, but you are dropping it anyway?...

Sorry for breaking it. See my PR for a proposed solution: - #147

0-RTT must be (usually explicitly) supported on the server, and will only work in resumed connections; that is, the server must have some context for your client that allows it...

TLS servers can decline to allow early data (0-RTT). Quinn enables this in the server TLS configs that it provides (like via `ServerConfig::with_single_cert()`).

Right. It looks like the `ZeroRttAccepted` future return value is actually wired up to `Event::Connected`, so it doesn't really have anything to do with 0-RTT? Maybe @Ralith remembers how/why we...

What is the use case? What are you trying to achieve here?

Seems reasonable -- I think we'd be open to supporting that. It seems like something that could be a setter on `EchConfig` maybe?

Would be good to have. Are you able to contribute a PR in this direction? Happy to help clarify.

I definitely think it's too early to bump the MSRV to 1.91, but I think we discussed whether this could be an opt-in feature?