You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ proxy.Server(boundListener)
36
36
37
37
This is *alpha* software, written as a proof of concept. It has been integration-tested, but please expect bugs.
38
38
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).
40
40
41
41
42
42
## Contributors
@@ -50,4 +50,4 @@ Names in no particular order:
50
50
`grpc-proxy` is released under the Apache 2.0 license. See [LICENSE.txt](https://github.com/spf13/mwitkow-io/blob/grpcproxy/LICENSE.txt).
51
51
52
52
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