diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-06-08 08:29:13 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-06-08 08:29:13 (GMT) |
commit | e42e129ebec9918adcae6f93b18bb6652f29c3fe (patch) | |
tree | 7d7de12f52be66a4e944010453b18b07197e3d7d /Misc | |
parent | 4e50553823c16a65d80f6734b4ac303c18640380 (diff) | |
download | cpython-e42e129ebec9918adcae6f93b18bb6652f29c3fe.zip cpython-e42e129ebec9918adcae6f93b18bb6652f29c3fe.tar.gz cpython-e42e129ebec9918adcae6f93b18bb6652f29c3fe.tar.bz2 |
Issue #25738: Don’t send message body for 205 Reset Content
Patch by Susumu Koshiba.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 5 |
2 files changed, 6 insertions, 0 deletions
@@ -781,6 +781,7 @@ Arkady Koplyarov Peter A. Koren Марк Коренберг Vlad Korolev +Susumu Koshiba Joseph Koshy Daniel Kozan Jerzy Kozera @@ -131,6 +131,11 @@ Core and Builtins Library ------- +- Issue #25738: Stop http.server.BaseHTTPRequestHandler.send_error() from + sending a message body for 205 Reset Content. Also, don't send Content + header fields in responses that don't have a body. Patch by Susumu + Koshiba. + - Issue #21313: Fix the "platform" module to tolerate when sys.version contains truncated build information. |