[ python-Bugs-1597000 ] HTTP headers

SourceForge.net noreply at sourceforge.net
Wed Nov 15 18:32:39 CET 2006


Bugs item #1597000, was opened at 2006-11-15 14:01
Message generated for change (Comment added) made by gbrandl
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1597000&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Hugo Leisink (hiawatha)
Assigned to: Nobody/Anonymous (nobody)
Summary: HTTP headers

Initial Comment:
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 at leisink.net)

----------------------------------------------------------------------

>Comment By: Georg Brandl (gbrandl)
Date: 2006-11-15 17:32

Message:
Logged In: YES 
user_id=849994
Originator: NO

Do you want to work on a patch for that?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1597000&group_id=5470


More information about the Python-bugs-list mailing list