[issue14567] http.server query string handling is incorrect and inefficient

2015-10-01 Thread Martin Panter
Martin Panter added the comment: I think the decision on how to parse the “path” attribute has to be left up to each request handler implementation, rather than being done blindly in BaseHTTPRequestHandler.parse_request(). The reason is there are various forms of HTTP request target that don’t

[issue14567] http.server query string handling is incorrect and inefficient

2012-04-16 Thread Jim Jewett
Changes by Jim Jewett : -- title: http.server query string handling incorrect and inefficient -> http.server query string handling is incorrect and inefficient ___ Python tracker __