google-cloud-cpp
google-cloud-cpp copied to clipboard
Inconsistent behavior for "read last 0 bytes" between REST and gRPC
I am not sure which one is the right behavior. In gRPC you can issue a "read last 0 bytes" request, in REST a similar request returns all the bytes. Maybe we should map all REST reads of "0 bytes" to "read the first 0 bytes"? After all which empty string we return does not matter much?