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

feat(enginenetx): make sure HTTPSDialer closes all connections #1285

Merged
merged 2 commits into from
Sep 20, 2023

Conversation

bassosimone
Copy link
Contributor

@bassosimone bassosimone commented Sep 20, 2023

This uses the code introduced in the previous commit, i.e., ac13e53.

I think it's good to have additional confidence that the HTTPSDialer does not leak connections. (Ideally, we would like to verify that we're not leaking connections everywhere, but for now just doing it for new code would do okay.)

While there, repair a test that was flaky because of nondeterministic channel selection.

Part of ooni/probe#2531.

This uses the code introduced in the previous commit, i.e.,
ac13e53.

Part of ooni/probe#2531.
@bassosimone bassosimone merged commit c26545c into master Sep 20, 2023
8 checks passed
@bassosimone bassosimone deleted the issue/2531 branch September 20, 2023 11:46
Murphy-OrangeMud pushed a commit to Murphy-OrangeMud/probe-cli that referenced this pull request Feb 13, 2024
…1285)

This uses the code introduced in the previous commit, i.e.,
ooni@ac13e53.

I think it's good to have additional confidence that the `HTTPSDialer`
does not leak connections. (Ideally, we would like to verify that we're
not leaking connections everywhere, but for now just doing it for new
code would do okay.)

While there, repair a test that was flaky because of nondeterministic
channel selection.

Part of ooni/probe#2531.
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.

1 participant