Arthur Le Moigne
Arthur Le Moigne
Just want to add that I am facing a similar issue using h2 to process gRPC requests using [tonic](https://github.com/hyperium/tonic). I have also open an issue https://github.com/hyperium/h2/issues/525 I am using h2...
I am exactly in the same situation: kubelet is the client and patch it is not an option for me either. This is why few month ago I have fork...
Totally agree on the fact there is nothing that enforce a socket file ending with `.sock`. A better check for that would be to check file descriptor exists and check...
Before creating any PR, I have done more investigation to understand clearly what is happening. In my extension service k8s case the `:authority` field received looks like `extension//`. --- Looking...
Looking at the builder available in this library, I think what is really missing here is a `PathAndQueryBuilder` This way, we will not have to update [`Uri::builder`](https://docs.rs/http/latest/http/uri/struct.Builder.html) and we could...
Even if recent version of k8s set `localhost` for `:authority` field: - not everyone has access to latest version of k8s (and in big company it can takes years) -...