aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.BUILD
Commit message (Collapse)AuthorAge
* Specializes the implementation of the gRPC Master and Worker services.Gravatar Derek Murray2016-06-03
This takes previously generated code, and includes it in the repository. The main advantage of doing this is that we can specialize the deserialization routines for various protobuf types that tend to be large, and thereby avoid the problem where we brush up against the default protobuf limits. Fixes #2233. Change: 124007049