client: add sidechannel support
5 unresolved threads
5 unresolved threads
Compare changes
+ 0
− 4
@@ -218,10 +218,6 @@ func TestDialSidechannel(t *testing.T) {
Implements gitlab-com/gl-infra/scalability#1303.
This change adds publicly exported code that allows Gitaly clients to accept sidechannel connections coming back from a Gitaly server they have connected to. This is done via a new dial function DialSidechannel.
We need this code to be public so that Workhorse can import it. Without this code, Workhorse won't be able to use sidechannel RPC's.