[issue26586] Simple enhancement to BaseHTTPRequestHandler

Xiang Zhang report at bugs.python.org
Fri Mar 18 07:07:17 EDT 2016


Xiang Zhang added the comment:

Thanks for your review. I have made some changes according to it.

Status code 431 is returned when the header line is too long or there are too many headers. And I think the short message is OK and we can provide the exception message in the content message.

As for the style, I don't know why I made that change. Quite sorry for make the noise.

----------
Added file: http://bugs.python.org/file42200/simple_enhancement_v2.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26586>
_______________________________________


More information about the Python-bugs-list mailing list