From efa92123d59c927e6954a7e7af209b04b375795c Mon Sep 17 00:00:00 2001 From: Nametkin Date: Sun, 16 May 2021 14:29:30 +0300 Subject: [PATCH] add record to NEWS --- .../next/Library/2021-05-16-14-28-30.bpo-24964.Oa5Ie_.rst | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Misc/NEWS.d/next/Library/2021-05-16-14-28-30.bpo-24964.Oa5Ie_.rst diff --git a/Misc/NEWS.d/next/Library/2021-05-16-14-28-30.bpo-24964.Oa5Ie_.rst b/Misc/NEWS.d/next/Library/2021-05-16-14-28-30.bpo-24964.Oa5Ie_.rst new file mode 100644 index 000000000000000..ba113673b7fbe5d --- /dev/null +++ b/Misc/NEWS.d/next/Library/2021-05-16-14-28-30.bpo-24964.Oa5Ie_.rst @@ -0,0 +1,3 @@ +Added attribute '_proxy_response_headers' to HTTPConnection class. This +attribute contains the headers of the proxy server response to the CONNECT +request.