New submission from Antoine Pitrou:

BaseHTTPRequestHandler.send_error() sets "connection: close", so the client 
shouldn't need a content-length, but it can still be nicer to send it (e.g. it 
seems to solve an issue with wget, see issue15991).

----------
components: Library (Lib)
messages: 171597
nosy: orsenthil, pitrou
priority: low
severity: normal
status: open
title: http.server's send_error could set the content-length of the error body
type: enhancement
versions: Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16088>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to