Harald Gutmann
Harald Gutmann
Hi @johnhurt, thank you very much for your kind words and the feedback. :smiley: I'd be interested in continuing working on this change, and fully support the suggested approach to...
Hi @johnhurt , thank you for looking into splitting up the PRs in to smaller ones and taking care of the process. As one of my goals with this PR...
Hi @johnhurt, FYI: I've pushed a simplification commit within this branch removing several Boxes from method signatures. Kind regards, Harald
Hi @johnhurt, I'm currently having a closer look at the differences in the BoringSSL/OpenSSL implementations comparing [pingora/0.3.0](https://github.com/cloudflare/pingora/releases/tag/0.3.0) with this branch (#336 ) using #367. The first performance related enhancement was...
Hi @johnhurt, thank you for the feedback and your help in landing this feature! :+1: The past commits from my end, had been focused on getting the benchmark stats as...
Hi @johnhurt, thank you for all your help in this matter. :+1: :partying_face: Kind regards, Harald
As per the logs it looks like http/500 contains a request header `content-lenght: 0`, and http/200 does not contain this request header. This header likely triggers the body not being...
Hi @steffengy, as I am currently working on a `quiche::h3` integration, and could easily test some things I've had a quic look into your findings. For me it seems like:...
Hi @sebadob, Hi @johnhurt, thank you for the PR #599 trying to solve the issue with SNI and rustls as described. I also have interest in a solution that allows...
Hi, I've created a PR that allows to use a custom `dyn ResolvesServerCert` on the `TlsListener`. As I've currently no usage for the `dyn ResolvesClientCert` as it is only related...