source-controller/pkg/git/libgit2/managed
Paulo Gomes 92ad1f813b
Cache SSH connections
The underlying SSH connections are kept open and are reused
across several SSH sessions. This is due to upstream issues in
which concurrent/parallel SSH connections may lead to instability.

https://github.com/golang/go/issues/51926
https://github.com/golang/go/issues/27140
Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
2022-03-28 11:58:10 +01:00
..
flag.go Add license headers 2022-03-16 16:22:21 +05:30
http.go Cache SSH connections 2022-03-28 11:58:10 +01:00
init.go Improve managed transport observability 2022-03-25 19:08:54 +00:00
managed_test.go Cache SSH connections 2022-03-28 11:58:10 +01:00
options.go Enforce effective URL on error messages 2022-03-16 16:22:21 +05:30
ssh.go Cache SSH connections 2022-03-28 11:58:10 +01:00
ssh_test.go Cache SSH connections 2022-03-28 11:58:10 +01:00