Easwar Swaminathan

Results 540 comments of Easwar Swaminathan

[gRFC A1](https://github.com/grpc/proposal/blob/master/A1-http-connect-proxy-support.md) clearly states that it is a specification of the different TCP-level proxy setups that we support. But given that this support is driven by environment variables in Go,...

@aaronbee : Thanks for filing this issue. How do you check for unexpected dependencies of your binaries in your repo? Is that something that you can share with us?

The change to remove the testing dependency got merged in https://github.com/grpc/grpc-go/pull/7579. Now, we need to do a patch release for this, and also need to think about if we want...

https://github.com/grpc/grpc-go/actions/runs/10639727220/job/29498247822?pr=7578

https://github.com/grpc/grpc-go/actions/runs/11371489270/job/31633677873?pr=7721

https://github.com/grpc/grpc-go/actions/runs/10394308167/job/28783810539?pr=7498

https://github.com/grpc/grpc-go/actions/runs/10685201154/job/29617436939?pr=7579

Could you please describe your use-case a bit more? This PR only changes the code that is executed when a connection is attempted to a resolved backend address. If your...

Can you please clarify where and how gRPC is used in this communication between Docker and `containerd`? > The issue arises when Docker attempts to ping this named pipe after...

Yes, if gRPC has to fully and correctly support npipes, support for a new name resolution scheme has to added. We have two options: - You could implement your own...