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

Update juju/txn dependency #6515

Merged
merged 2 commits into from Oct 31, 2016
Merged

Update juju/txn dependency #6515

merged 2 commits into from Oct 31, 2016

Conversation

axw
Copy link
Contributor

@axw axw commented Oct 31, 2016

Also fix a bug where we're not closing net.Conns that we create in mogno.Open if the TLS handshake fails. This shouldn't matter much, because Go sets a finalizer for net.Conns that will close them when garbage collected. Closing them ASAP is better though, as they could accumulate quickly.

Should help with https://bugs.launchpad.net/juju/+bug/1635311.

@axw
Copy link
Contributor Author

axw commented Oct 31, 2016

$$merge$$

@jujubot
Copy link
Collaborator

jujubot commented Oct 31, 2016

Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju

@jujubot jujubot merged commit 5435360 into juju:develop Oct 31, 2016
@axw axw mentioned this pull request Nov 2, 2016
jujubot added a commit that referenced this pull request Nov 2, 2016
Update juju/txn dependency

Also fix a bug where we're not closing net.Conns that we create in mogno.Open if the TLS handshake fails. This shouldn't matter much, because Go sets a finalizer for net.Conns that will close them when garbage collected. Closing them ASAP is better though, as they could accumulate quickly.

Should help with https://bugs.launchpad.net/juju/+bug/1635311.

Backport of #6515
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants