Revert "Cleanup portforward streams after their usage"

This reverts commit b14bd44f33d93e1ee64c1d68fa7591d79eac5893.

A regression has been introduced with this patch. The strategy is to
apply the fix on master and revert on the release branches.

Kubernetes-commit: 154a5538a5c43f30c3942055e7432cbe4c864f2c
This commit is contained in:
Sascha Grunert
2021-06-04 08:54:19 +02:00
committed by Kubernetes Publisher
parent ffd8cfc563
commit c18505fdb8

View File

@@ -69,9 +69,6 @@ func (c *fakeConnection) CloseChan() <-chan bool {
return c.closeChan
}
func (c *fakeConnection) RemoveStreams(_ ...httpstream.Stream) {
}
func (c *fakeConnection) SetIdleTimeout(timeout time.Duration) {
// no-op
}