New submission from Antoine Pitrou <pit...@free.fr>: http.server has support for old-style HTTP 0.9 requests ("command path" without a version string). This issue proposes to remove this support, since there are probably no clients around which still issue such requests.
See issue10711 for the client side. ---------- components: Library (Lib) files: http09server.patch keywords: patch messages: 124145 nosy: exarkun, giampaolo.rodola, gregory.p.smith, jhylton, orsenthil, pitrou, stutzbach priority: normal severity: normal stage: patch review status: open title: Remove HTTP 0.9 server support type: behavior versions: Python 3.2 Added file: http://bugs.python.org/file20077/http09server.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue10721> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com