Skip to content

Commit

Permalink
add reference to upstream grpc bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Witkowski committed Oct 11, 2015
1 parent 00dd588 commit 89e28b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ proxy.Server(boundListener)

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

The current implementation depends on a public interface to `ClientConn.PickTransport`, which hopefully will be upstreamed.
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).


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


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.
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 comments on commit 89e28b4

Please sign in to comment.