]> Cypherpunks repositories - gostls13.git/commit
fix bug causing empty strings to be become non-nil errors on client side of rpc conne...
authorRob Pike <r@golang.org>
Tue, 17 Nov 2009 07:32:16 +0000 (23:32 -0800)
committerRob Pike <r@golang.org>
Tue, 17 Nov 2009 07:32:16 +0000 (23:32 -0800)
commit50c04132ac43123b968b6057f49d4c387f922ed3
treeb528f59d87e2a01dbe683c257ef1c853c39afae4
parentbcb46c8560ce11a6bc6d47fd3b2dae623c66b1da
fix bug causing empty strings to be become non-nil errors on client side of rpc connection.

R=rsc
CC=golang-dev
https://golang.org/cl/155078
src/pkg/rpc/client.go
src/pkg/rpc/server.go