Hi Christopher, Christopher Zimmermann wrote: > Hi, here's a way to reproduce this bug: > > print <<"EOF"; > Content-type: text/plain > > Hello, World! > EOF
> __________________________ > HTTP/1.0 200 OK > Content-type: text/plain > Hallo, Welt! > ^^^^^^^^^^^^^^^^^^^^^^^^^^ A fix seems to be to add the Status header in the cgi, e.g. Status: 200 OK\n before Content-type. I've located the place that handles the Status header in cgi-bozo.c but can't seem to find the problem. Matthew, any thoughts? Regards, -- Mattias Nordstrom -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

