]> Cypherpunks repositories - gostls13.git/commit
cmd/go: disable SSH connection pooling to avoid git hang
authorRuss Cox <rsc@golang.org>
Tue, 18 Oct 2016 13:37:54 +0000 (09:37 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 19 Oct 2016 02:26:39 +0000 (02:26 +0000)
commite6a901ea3ac4b37be94aaf7b0285ba1840354c4e
tree5360f1b2189e69fb10f12d66276db3a4d628dce8
parente05d0140483e78c36cd03b3f6173e9f23e975645
cmd/go: disable SSH connection pooling to avoid git hang

Fixes #13453.
Fixes #16104.

Change-Id: I4e94f606df786af8143f8649c9afde570f346301
Reviewed-on: https://go-review.googlesource.com/31353
Reviewed-by: Quentin Smith <quentin@golang.org>
src/cmd/go/get.go