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 goroutine leaks in refs.go #5018

Merged
merged 1 commit into from
May 24, 2018
Merged

Fix goroutine leaks in refs.go #5018

merged 1 commit into from
May 24, 2018

Conversation

forstmeier
Copy link
Contributor

@forstmeier forstmeier commented May 14, 2018

Description:
This addresses one of the listed problem files in #4414. I chose to
keep the return statement outside of the select statement on line
132 since that behavior was already there following the write to
out.

License: MIT
Signed-off-by: John Forstmeier john.forstmeier@gmail.com

@forstmeier forstmeier requested a review from Kubuxu as a code owner May 14, 2018 19:46
Description:
This addresses one of the listed problem files in #4414. I chose to
keep the return statement outside of the select statement on line
132 since that behavior was already there following the write to
out.

License: MIT
Signed-off-by: John Forstmeier <john.forstmeier@gmail.com>
@Kubuxu Kubuxu added the RFM label May 18, 2018
@whyrusleeping whyrusleeping merged commit 8c7c2ce into ipfs:master May 24, 2018
@forstmeier forstmeier deleted the fix/refs-goroutine-leak branch May 24, 2018 13:39
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.

3 participants