]> Cypherpunks repositories - gostls13.git/commit
net/rpc: unlock client.mutex as early as possible
authorchanxuehong <chanxuehong@gmail.com>
Fri, 6 Apr 2018 14:05:01 +0000 (14:05 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 6 Apr 2018 14:47:39 +0000 (14:47 +0000)
commit92c29ef94116f64263444a07748192b3857be9f1
tree3d9f072f2f89d62e184f987179f42dbb3b75ea9b
parent58e3f2ac8786ffc21a4aae83eb83cfee413ba802
net/rpc: unlock client.mutex as early as possible

Although these changes have no essential influence, I think this is a better point.

Change-Id: I571d3a14c948d2fd7bc9561f47f33e9e4c90683f
GitHub-Last-Rev: d8c5d180069bb91b6eb1247769bd14f728922fc0
GitHub-Pull-Request: golang/go#24697
Reviewed-on: https://go-review.googlesource.com/104895
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/net/rpc/client.go