Dirkjan Ochtman
Dirkjan Ochtman
> > I suppose we could split DistOptions to only contain those 7 fields and leave the other 4 directly in InstallMethod::Dist, would that appease your concerns? IMO that arguably...
I submitted #2841 to remove the `rotate` option for now, since, as you mentioned, it doesn't do anything today. Happy to review changes that bring back similar functionality.
Maybe just polling every 5 minutes or so would be good enough?
Use an `RwLock` instead? Then we can do verification concurrently and we can quickly lock the `RwLock` after the polling task has parsed a fresh set of roots. The write...
Yes.
Note that this is blocking (built-in) support for rustls-platform-verifier in reqwest: https://github.com/seanmonstar/reqwest/pull/2286#discussion_r1609846678.
> Maybe before publishing we can take a look one more time at this [#133 (comment)](https://github.com/rustls/rustls-platform-verifier/pull/133#discussion_r1740770593) ? As we now also iterate in the macOS/IOS case, maybe `impl IntoIterator
So you want to achieve that plaintext (HTTP) clients connecting to your TLS server socket get a HTTP redirect? I don't think tokio-rustls will facilitate that use case, because it...
@seanmonstar do you think it's feasible to avoid recreating the `ReadBuf` on every call?
I'm aware of this. How do you think we should address it? (Did you end up in a state where you're using a newer version of tokio-rustls, or just consuming...