Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(7)

Issue 154159: code review 154159: Make non-errored RPC calls return 'nil' error to caller. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
15 years, 4 months ago by Aroneous
Modified:
15 years, 4 months ago
Reviewers:
r, rsc
Visibility:
Public.

Description

Make 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. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -2 lines) Patch
M src/pkg/rpc/server_test.go View 1 2 4 chunks +17 lines, -2 lines 0 comments Download

Messages

Total messages: 10
Aroneous
Hello r, rsc, I'd like you to review the following change.
15 years, 4 months ago (2009-11-16 11:01:32 UTC) #1
r
http://codereview.appspot.com/154159/diff/4/1003 File src/pkg/rpc/client.go (right): http://codereview.appspot.com/154159/diff/4/1003#newcode91 src/pkg/rpc/client.go:91: } i have this fixed already in my client. ...
15 years, 4 months ago (2009-11-17 00:42:04 UTC) #2
Aroneous
On 2009/11/17 00:42:04, r wrote: > http://codereview.appspot.com/154159/diff/4/1003 > File src/pkg/rpc/client.go (right): > > http://codereview.appspot.com/154159/diff/4/1003#newcode91 > ...
15 years, 4 months ago (2009-11-17 01:16:16 UTC) #3
Aroneous
Requested changes made. Best, Aron
15 years, 4 months ago (2009-11-17 01:18:27 UTC) #4
rsc
Could you please send a different CL updating AUTHORS and CONTRIBUTORS as described at http://golang.org/doc/contribute.html#copyright ...
15 years, 4 months ago (2009-11-17 07:09:49 UTC) #5
Aroneous
Looks like my reading comprehension petered out toward the end of that page; sorry. 154175 ...
15 years, 4 months ago (2009-11-17 07:50:01 UTC) #6
r
LGTM i will submit
15 years, 4 months ago (2009-11-17 19:05:02 UTC) #7
r
*** Submitted as http://code.google.com/p/go/source/detail?r=0294d46a1f6e *** Make non-errored RPC calls return 'nil' error to caller. Error ...
15 years, 4 months ago (2009-11-17 19:29:04 UTC) #8
rsc
aroneous: please run hg sync in your client or visit http://codereview.appspot.com/154175/show and click the "x ...
15 years, 4 months ago (2009-11-30 22:49:48 UTC) #9
rsc
15 years, 4 months ago (2009-11-30 22:52:40 UTC) #10
On 2009/11/30 22:49:48, rsc wrote:
> or visit http://codereview.appspot.com/154175/show

sorry i meant 154159
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b