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

Fix memory leak in Go dispatcher #2705

Merged
merged 1 commit into from
May 21, 2019
Merged

Fix memory leak in Go dispatcher #2705

merged 1 commit into from
May 21, 2019

Conversation

scrye
Copy link
Contributor

@scrye scrye commented May 21, 2019

When applications sent EOF, the dispatcher wasn't shutting down the
ingress traffic goroutine, thus causing a dangling reference to the
connection.


This change is Reviewable

When applications sent EOF, the dispatcher wasn't shutting down the
ingress traffic goroutine, thus causing a dangling reference to the
connection.
@scrye scrye requested a review from oncilla May 21, 2019 15:09
Copy link
Contributor

@oncilla oncilla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 1 of 1 files at r1.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

@scrye scrye merged commit bedae4f into scionproto:master May 21, 2019
@scrye scrye deleted the pubpr-fix-disp-memleak branch May 21, 2019 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants