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

Remove HTTPConnection.auto_open #2776

Merged
merged 1 commit into from
Nov 9, 2022
Merged

Conversation

pquentin
Copy link
Member

@pquentin pquentin commented Nov 9, 2022

It is no longer needed as http.client no longer mutates host and port.

Closes #2775

It is no longer needed as HTTPConnection no longer mutates host and
port.
@pquentin pquentin added the Skip Changelog Pull requests that don't require a changelog entry label Nov 9, 2022
@pquentin pquentin requested a review from sethmlarson November 9, 2022 09:58
@sethmlarson sethmlarson merged commit b5d20d9 into urllib3:main Nov 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog Pull requests that don't require a changelog entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Investigate HTTPConnection.auto_open
2 participants