[issue10487] http.server - doesn't process Status: header from CGI scripts

Glenn Linderman report at bugs.python.org
Tue Dec 7 03:50:25 CET 2010


Glenn Linderman <v+python at g.nevcal.com> added the comment:

Just to mention, with the added code from issue 10482, I was able to get a 3-stream functionality working great in http.server and also backported it to 2.6 CGIHTTPServer... and to properly process the Status: header on stdout.

Works very well in 2.6; Issue 8077 prevents form processing from working in 3.2a4, but otherwise it is working there also, and the experience in 2.6 indicates that once issue 8077 is resolved, it should work in 3.2 also.

----------

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


More information about the Python-bugs-list mailing list