Luca Corrieri

Results 4 comments of Luca Corrieri

This could be done easily by removing the `openssl-sys` dependency and using the `rustls` feature of the `reqwest` crate. But there's a better way... As a matter of fact, the...

As far as I know, [Rustls](https://github.com/rustls/rustls) is a nice drop-in replacement of OpenSSL. It's a pure Rust TLS library, only supporting modern protocols like TLS 1.2 and 1.3. The major...

The CI is failing because the `cargo fmt --all -- --check` fails, i. e. the formatting of the code is incorrect (here there are trailing new lines at the end...

Hi, I experience the same problem here ! ✋ When using BDN with [dotnet/crank](https://github.com/dotnet/crank), the `--inProcess` flag is passed to the BDN executable, and my benchmark throws a NullReferenceException. By...