Ronak Jain

Results 9 issues of Ronak Jain

### What version of Go are you using (`go version`)? $ go version go version go1.18.3 darwin/amd64 ### Does this issue reproduce with the latest release? Yes ### What operating...

### What version of Go are you using (`go version`)? $ go version go version go1.18.4 darwin/amd64 ### Does this issue reproduce with the latest release? Yes ### What operating...

NeedsInvestigation

Part of #2786 (rest fixes in follow-up PRs) Description: In the current implementation, we forward `grpc-accept-encoding` only when the client sets compression on the outgoing RPCs. With this pull request,...

Type: Feature

HTTP/2 server must send client connection flow control bytes back immediately on receiving the data frame. Connection flow control updates must not depend on whether data has been read by...

HTTP outbounds can be configured with client-provided TLS config via the `OutboundTLSConfigProvider` interface. Services can configure the outbound TLS like: ``` yarpc: outbounds: test-svc: http: url: http://127.0.0.1:5453 tls: mode: enforced...

HTTP outbound now uses the http.Client explicitly set on the outbound struct than reading the client from yarpc HTTP transport. This is a minor cleanup done which is used in...

Set the destination service name in the HTTP outbound. This will be used in the follow-up PR for emitting TLS connection metrics tag value.

Pass options to the `NewOubound` method instead of applying options in `NewSingleOutbound`