DescriptionMake non-errored RPC calls return 'nil' error to caller.
Error information is carried from RPC server to client in the string
'Error' field of rpc.Response. An empty string is sent in the success
case. This empty string was being returned to the caller (of Client.Call
or Client.Go), resulting in a non-nil error response.
This change detects an empty-string Response.Error at the client, and
translates it into a nil value in Call.Error.
Tests updated to check error return in success cases.
Patch Set 1 #Patch Set 2 : code review 154159: Make non-errored RPC calls return 'nil' error to caller. #
Total comments: 2
Patch Set 3 : code review 154159: Make non-errored RPC calls return 'nil' error to caller. #MessagesTotal messages: 10
|