M. Meier
M. Meier
This is causing my server to break when fetching with `TypeError: Invalid character in header content ["Strict-Transport-Security"]`.
> Reuse DNS resolvers. Resolution is done internally in `hyper` so there is no way to reuse the resolvers without re-implementing most of what is already in `hyper`. Thoughts?
> This is so so exciting. I've noticed you kept pushing changes, so I wasn't sure when you felt it was "ready". Or maybe you felt it always was and...
> So, do we just publish 0.0.0-breaking-galore.1 versions of h3 that reqwest can depend on? Yes, I think this would be better. Please let me know if I can help...
I am getting the following when running tests without sudo: ``` Can't load program field FilterIpv4: ....: operation not permitted (MEMLOCK may be too low, consider rlimit.RemoveMemlock) ``` The tests...
@lmb what profiling tool are you using? You mentioned here #20 that you could tell the % usage of bpf_ktime_get_ns.
After https://github.com/cloudflare/quiche/commit/3204f89beed236f0ea458380ff0e196cbb4bf78e was merged, you can just use `boring`'s [`PKey::private_key_from_pem`](https://docs.rs/boring/latest/boring/pkey/struct.PKey.html#method.private_key_from_pem) to read a private key from memory. In addition, there is also methods for reading the public key and certificates...
>allow clients to update the Connection's peer address with the preferred address I'm not 100% sure of all the tasks to complete this part. I believe we should update `Connection.peer_addr`...
> Yes, but note that before sending packets to a new address the client needs to validate the path first, by sending a `PATH_CHALLENGE` frame (see https://datatracker.ietf.org/doc/html/rfc9000#section-9.6.2 ) and quiche...
> #840 was now added by #1223, does that mean that this pull request is now unblocked? Yes, it is. I will update this PR shortly today.