From: Martin Panter Date: Sun, 3 Apr 2016 01:28:49 +0000 (+0000) Subject: Issue #26586: Merge excessive HTTP header handling from 3.5 X-Git-Tag: v3.6.0a1~277 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b93e4b2480281ea17ec2b2ef8cbb42a94bf95066;p=thirdparty%2FPython%2Fcpython.git Issue #26586: Merge excessive HTTP header handling from 3.5 --- b93e4b2480281ea17ec2b2ef8cbb42a94bf95066 diff --cc Misc/NEWS index 8a7fac4ebdbd,9682b409d141..cba8466109bd --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -237,8 -98,11 +237,12 @@@ Core and Builtin Library ------- + - Issue #26586: In http.server, respond with "413 Request header fields too + large" if there are too many header fields to parse, rather than killing + the connection and raising an unhandled exception. Patch by Xiang Zhang. + +- Issue #26676: Added missing XMLPullParser to ElementTree.__all__. + - Issue #22854: Change BufferedReader.writable() and BufferedWriter.readable() to always return False.