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 hiawatha
Recipients
Date 2006-11-15.14:01:58
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
A HTTP headerline must end with CRLF (\r\n) instead of only LF (\n). Python only uses the LF to end a HTTP headerline (cgitb.enable() for example). Also, in many Python documents, only LF is being used.

For more information about this issue, see the HTTP RFC (2616), section 6 (Response).

Hugo Leisink (hugo@leisink.net)
History
Date User Action Args
2008-01-20 09:59:05adminlinkissue1597000 messages
2008-01-20 09:59:05admincreate