Skip to content

Commit 89e28b4

Browse files
author
Michal Witkowski
committed
add reference to upstream grpc bug
1 parent 00dd588 commit 89e28b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ proxy.Server(boundListener)
3636

3737
This is *alpha* software, written as a proof of concept. It has been integration-tested, but please expect bugs.
3838

39-
The current implementation depends on a public interface to `ClientConn.PickTransport`, which hopefully will be upstreamed.
39+
The current implementation depends on a public interface to `ClientConn.Picker()`, which hopefully will be upstreamed in [grpc-go#397](https://github.com/grpc/grpc-go/pull/397).
4040

4141

4242
## Contributors
@@ -50,4 +50,4 @@ Names in no particular order:
5050
`grpc-proxy` is released under the Apache 2.0 license. See [LICENSE.txt](https://github.com/spf13/mwitkow-io/blob/grpcproxy/LICENSE.txt).
5151

5252

53-
Part of the main server loop are lifted from the [grpc-go](https://github.com/grpc/grpc-go) `Server`, which is copyrighted Google Inc. and licensed under MIT license.
53+
Part of the main server loop are lifted from the [grpc-go](https://github.com/grpc/grpc-go) `Server`, which is copyrighted Google Inc. and licensed under MIT license.

0 commit comments

Comments
 (0)