8000 GH-103472: close response in HTTPConnection._tunnel by graingert · Pull Request #103473 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

GH-103472: close response in HTTPConnection._tunnel #103473

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

Merged
merged 8 commits into from
May 2, 2023
Prev Previous commit
Next Next commit
Update Misc/NEWS.d/next/Library/2023-04-12-13-04-16.gh-issue-103472.C…
…6bOHv.rst
  • Loading branch information
graingert authored Apr 12, 2023
commit f88793c03508270df1ca11d5b305b22c1a84c6a8
Original file line number Diff line number Diff line change
@@ -1 +1 @@
avoid a ResourceWarning in :class:`http.client.HTTPConnection` by closing tunnel CONNECT requests explicitly
avoid a ResourceWarning in :class:`http.client.HTTPConnection` by closing tunnel CONNECT response explicitly
0