]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-69152: Add _proxy_response_headers attribute to HTTPConnection (#26152)
authorAlexey Namyotkin <62434915+nametkin@users.noreply.github.com>
Fri, 5 May 2023 18:52:24 +0000 (21:52 +0300)
committerGitHub <noreply@github.com>
Fri, 5 May 2023 18:52:24 +0000 (18:52 +0000)
commit1afe0e0320c6f19418d44d682ad95ba0c689c595
treeca5a90d981c24ace231624c75195a5ae880530b6
parentb9797417315cc2d1700cb2d427685016d3380711
gh-69152: Add _proxy_response_headers attribute to HTTPConnection (#26152)

Add _proxy_response_headers attribute to HTTPConnection (#26152)

---------

Co-authored-by: Senthil Kumaran <senthil@python.org>
Lib/http/client.py
Lib/test/test_httplib.py
Misc/NEWS.d/next/Library/2021-05-16-14-28-30.bpo-24964.Oa5Ie_.rst [new file with mode: 0644]