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

[v8] Fix app server goroutine leak #9459

Merged
merged 2 commits into from
Dec 17, 2021
Merged

[v8] Fix app server goroutine leak #9459

merged 2 commits into from
Dec 17, 2021

Conversation

jimbishopp
Copy link
Contributor

Backport #9332

Fixes gravitational/teleport-private#79
LAT-APP21-4: DOS - Goroutine leak in app server

Prevent the app server's HandleConnection from blocking for 
every connection until the server closes. This change blocks 
only until the connection is closed.
@github-actions github-actions bot requested review from lxea and timothyb89 December 16, 2021 19:34
@jimbishopp jimbishopp enabled auto-merge (squash) December 16, 2021 20:29
@jimbishopp jimbishopp requested review from greedy52 and jakule and removed request for timothyb89 and lxea December 16, 2021 22:33
@codingllama
Copy link
Contributor

Will review shortly, but meanwhile could you set a title/description similar to the original? We should be able to check the branch logs and know what this is about without referring to external sources.

@jimbishopp jimbishopp changed the title Backport LAT-APP21-4 Fix app server goroutine leak Dec 17, 2021
@jimbishopp
Copy link
Contributor Author

jimbishopp commented Dec 17, 2021

Will review shortly, but meanwhile could you set a title/description similar to the original? We should be able to check the branch logs and know what this is about without referring to external sources.

Done. The auto-merge commit has the same information as the original as well.

@jimbishopp jimbishopp changed the title Fix app server goroutine leak [v8] Fix app server goroutine leak Dec 17, 2021
@jimbishopp jimbishopp disabled auto-merge December 17, 2021 16:01
@jimbishopp jimbishopp enabled auto-merge (squash) December 17, 2021 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants