Bump konnectivity-client to v0.0.15

$ ./hack/pin-dependency.sh \
  sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.15
$ ./hack/update-vendor.sh
This commit is contained in:
Joseph Anttila Hall
2021-02-04 19:42:20 -08:00
parent 861ef46f64
commit 6499d4a730
31 changed files with 26 additions and 372 deletions

View File

@@ -115,6 +115,12 @@ func (t *grpcTunnel) serve(c clientConn) {
connid: resp.ConnectID,
}
}
if resp.Error != "" {
// On dial error, avoid leaking serve goroutine.
return
}
case client.PacketType_DATA:
resp := pkt.GetData()
// TODO: flow control