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 bgrubbs
Recipients
Date 2007-05-25.01:45:11
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Apache on windows generates an incorrect Content-length
because \n is converted to \r\n if stdout is a terminal
unless it is set to binary mode

This patch fixes the issue: Apache on win32 using CGIXMLRPCRequestHandler returns incorrect Content-length
History
Date User Action Args
2007-08-23 15:58:31adminlinkissue1725295 messages
2007-08-23 15:58:31admincreate