google-cloud-cpp icon indicating copy to clipboard operation
google-cloud-cpp copied to clipboard

Inconsistent behavior for "read last 0 bytes" between REST and gRPC

Open coryan opened this issue 3 years ago • 0 comments

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?

coryan avatar Jun 30 '22 12:06 coryan