]> Cypherpunks repositories - gostls13.git/commit
Fix a deadlock bug in the rpc client. The panic will trigger
authorKai Backman <kaib@golang.org>
Tue, 2 Nov 2010 21:04:56 +0000 (14:04 -0700)
committerRob Pike <r@golang.org>
Tue, 2 Nov 2010 21:04:56 +0000 (14:04 -0700)
commit95b40f6ca16d0fefc0996060fd91acdd34aba317
tree5a9c09a51a03e2d89e534534aa1fdebad2a13913
parent59315fbfb5cc24fc130ed683c8be10bc659d3808
Fix a deadlock bug in the rpc client. The panic will trigger
regularly when client connections are flaky (probably another
issue).

(credits to jussi@tinkercad.com for finding the issue)

R=rsc, r
CC=golang-dev, jussi
https://golang.org/cl/2831042
src/pkg/rpc/client.go
src/pkg/rpc/server_test.go