bug-cgicc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-cgicc] No carriage returns?


From: Walter Landry
Subject: [bug-cgicc] No carriage returns?
Date: Tue, 28 Jan 2014 14:16:01 -0800 (PST)

Hello,

I was trying out cgicc, and I noticed that cgicc does not insert the
required carriage returns "\r".  For example, in

  http://www.gnu.org/software/cgicc/doc/cgicc_tutorial.html

the section "The HTTP Response" states

  A standard HTML 4.0 document need only output a single header:

    cout << cgicc::HTTPHTMLHeader() << endl;

  This will generate the output

    Content-Type: text/html\n\n

I thought that RFC 2068 mandates

    Content-Type: text/html\r\n

Am I missing something?

Thanks,
Walter Landry
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]