Bugs item #1597000, was opened at 2006-11-15 15:01
Message generated for change (Tracker Item Submitted) made by Item Submitter
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 ([EMAIL PROTECTED])

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1597000&group_id=5470
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to