This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author andyharrington
Recipients amaury.forgeotdarc, andyharrington, barry, eric.araujo, erob, flox, georg.brandl, ggenellina, oopos, pebbe, pitrou, quentel, r.david.murray, tcourbon, tobias, v+python, vstinner
Date 2011-01-13.20:47:01
SpamBayes Score 0.00013665325
Marked as misclassified No
Message-id <1294951627.11.0.126725172196.issue4953@psf.upfronthosting.co.za>
In-reply-to
Content
I found a similar issue.  If you want more simple files demonstrating the issue, I have attached some.  If I start my localCGIServer.py, then I can use adder.html fine (uses get), but with adderpost.html (uses post) the cgi action file, adder.cgi (that worked fine with the get version) hangs.
History
Date User Action Args
2011-01-13 20:47:07andyharringtonsetrecipients: + andyharrington, barry, georg.brandl, amaury.forgeotdarc, ggenellina, pitrou, vstinner, eric.araujo, v+python, r.david.murray, oopos, tcourbon, tobias, flox, pebbe, quentel, erob
2011-01-13 20:47:07andyharringtonsetmessageid: <1294951627.11.0.126725172196.issue4953@psf.upfronthosting.co.za>
2011-01-13 20:47:02andyharringtonlinkissue4953 messages
2011-01-13 20:47:02andyharringtoncreate