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 data races in tcp.Mux and tcp.listener #9342

Merged
merged 1 commit into from
Jan 19, 2018
Merged

Conversation

mark-rushakoff
Copy link
Contributor

@mark-rushakoff mark-rushakoff commented Jan 19, 2018

This fixes two data races around concurrent calls to (*tcp.Mux).Close
and (*tcp.Mux).handleConn, discovered in Enterprise test suites.

Required for all non-trivial PRs
  • Rebased/mergable
  • Tests pass
  • CHANGELOG.md updated

@ghost ghost assigned mark-rushakoff Jan 19, 2018
@ghost ghost added the review label Jan 19, 2018
This fixes two data races around concurrent calls to (*tcp.Mux).Close
and (*tcp.Mux).handleConn, discovered in Enterprise test suites.
@mark-rushakoff mark-rushakoff merged commit bad4556 into master Jan 19, 2018
@ghost ghost removed the review label Jan 19, 2018
@mark-rushakoff mark-rushakoff deleted the mr-tcp-mux-race branch January 19, 2018 16:06
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