Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated cherry pick of #99839: Cleanup portforward streams after their usage #100954

Commits on Apr 9, 2021

  1. 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>
    saschagrunert committed Apr 9, 2021
    Copy the full SHA
    cccf49c View commit details
    Browse the repository at this point in the history