grpc-dotnet icon indicating copy to clipboard operation
grpc-dotnet copied to clipboard

Skip active connections when proxy is configured

Open JamesNK opened this issue 1 year ago • 0 comments

Fixes https://github.com/grpc/grpc-dotnet/issues/1832

tl;dr; HTTPS proxy tunnels a request through another request. This is different from the standard behavior to open a socket. Fallback to passive connectivity when HTTPS proxy tunnel is present.

JamesNK avatar Aug 28 '22 07:08 JamesNK