grpc-ecosystem / grpc-httpjson-transcoding

Transcoding to provide HTTP/JSON interface for gRPC Service
Apache License 2.0
164 stars 35 forks source link

Changed return of ByteCount() to use plain int64_t. #36

Closed haberman closed 5 years ago

haberman commented 5 years ago

This is now consistent across all protobuf APIs. It is no longer necessary to use the google::protobuf::int64 typedef.