Martin Panter added the comment:

Here is a slightly updated patch I have been sitting on. I think the main 
difference was tweaks to the documentation.

Issue 28548 would also benefit if the HTTP 0.9 code was removed. The presence 
of the HTTP 0.9 code means a suboptimal response is sent in some error cases. 
IMO it would be better if the server responded using HTTP 1.0, where we can use 
error codes like “400 Bad request”. The current code will not use HTTP 1.0 
unless it sees that the client supports it.

----------
versions: +Python 3.7 -Python 3.6
Added file: http://bugs.python.org/file45258/http09server.v3.patch

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

Reply via email to