endl is a so-called manipulator in C++. It outputs '\n'
and flushes the output buffer (using the flush method in the stream).
So, I would change the order:
cout << "Content-type: text/plain" << endl << endl << "Hello, World!" << endl;
Don't know if that solves it.
Regards
On Mon, Dec 13, 2010 at 10:18:58PM +0100, Jean-Francois wrote:
Previous message: [thread] [date] [author] Next message: [thread] [date] [author]