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 gvanrossum
Recipients
Date 2000-11-27.21:16:34
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This is a bug in the test code. You call self.rfile.read(), which attempts to read until it sees an EOF. Not all browsers send an EOF. To fix, use self.rfile.read(self.contentLength) instead.
History
Date User Action Args
2007-08-23 13:52:13adminlinkissue222756 messages
2007-08-23 13:52:13admincreate