summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorc-bata <c-bata@users.noreply.github.com>2023-10-29 04:56:15 (GMT)
committerGitHub <noreply@github.com>2023-10-29 04:56:15 (GMT)
commit8c47ada2de6b62a82053c484a5502688e200c14d (patch)
tree57629067a5cb50cc4f771393aa44a11ef01d8937 /Misc
parent66bea2555dc7b3dd18282cc699fe9a22dea50de3 (diff)
downloadcpython-8c47ada2de6b62a82053c484a5502688e200c14d.zip
cpython-8c47ada2de6b62a82053c484a5502688e200c14d.tar.gz
cpython-8c47ada2de6b62a82053c484a5502688e200c14d.tar.bz2
gh-66425: Remove the unreachable code to set `REMOTE_HOST` header (gh-111441)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2023-10-29-03-46-27.gh-issue-66425.FWTdDo.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-10-29-03-46-27.gh-issue-66425.FWTdDo.rst b/Misc/NEWS.d/next/Library/2023-10-29-03-46-27.gh-issue-66425.FWTdDo.rst
new file mode 100644
index 0000000..e7ede35
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2023-10-29-03-46-27.gh-issue-66425.FWTdDo.rst
@@ -0,0 +1,3 @@
+Remove the code to set the REMOTE_HOST header from wsgiref module,
+as it is unreachable. This header is used for performance reasons,
+which is not necessary in the wsgiref module.