Lucio Franco
Lucio Franco
I think I am not convinced yet on the server side of this, but the client side I think would be useful. Could you break this PR into those two...
> We can't use gRPC without the ability to log times on requests, it's essential for operations to see which routes are taking a long time. I don't think there...
It works for me locally on my mac so not sure why its failing for you server: ``` Running `target/debug/tls-server-rustls` │ Got a request from: [::1]:60564 with certs: [] ```...
You could try enabling logging to see if it tells you anything.
Can you tell me what commit you're on? And verify you've changed nothing? Maybe this has to do with linux kernel 6
Could you clarify the full version of your OS and linux kernel? I am having trouble finding out what version you are using etc.
Same here I can reproduce it on debian with kernel 6. I also updated my code locally on my mac and was not able to reproduce with the same version...
Ok so its not a linux kernel 6+ issue, I am seeing it on 5.4 as well.
Okay so I've been digging some more, beyond the `UnexpectedEof` I am also seeing `NotConnected` errors crop up. I wrote a fix for it here https://github.com/hyperium/h2/pull/654. As for the eof...
So I think we can reduce the diff here by a lot if we don't go with the feature flag method and just add a config option to tonic-build. If...