kubernetes/pkg/kubelet/cri
Sascha Grunert 6459ed6717
Cleanup portforward streams after their usage
This implements a stream cleanup when using portforwardings. Before
applying this patch, the streams []httpstream.Stream within
`spdy/connection.go` would fill-up for each streaming request. This
could result in heavy memory usage. Now we use the stream identifier to
keep track of them and finally remove them again once they're no longer
needed.

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-03-15 09:43:46 +01:00
..
remote Merge pull request #98589 from chenyw1990/structuredLogsOfRemote 2021-03-02 15:49:19 -08:00
streaming Cleanup portforward streams after their usage 2021-03-15 09:43:46 +01:00