]> Cypherpunks repositories - gostls13.git/commit
net/rpc: log I/O and internal errors only if debugLog is set.
authorHan-Wen Nienhuys <hanwen@google.com>
Mon, 16 Sep 2013 06:29:04 +0000 (16:29 +1000)
committerRob Pike <r@golang.org>
Mon, 16 Sep 2013 06:29:04 +0000 (16:29 +1000)
commitab578e12ffa1ea813055c3206ac39437ce7a18de
treea872a95ae9e33df8c51fa83a5fb2e330772bd209
parent765479ccb01fdfef10bdec2e651fcf7a4af50336
net/rpc: log I/O and internal errors only if debugLog is set.

Fixes #6367.

R=rsc, r
CC=golang-dev
https://golang.org/cl/13395047
src/pkg/net/rpc/client.go
src/pkg/net/rpc/debug.go
src/pkg/net/rpc/server.go