in reply to Re: Streaming data through web server to browser with CGI
in thread Streaming data through web server to browser with CGI

What's the corresponding message in your webserver's error.log?
  • Comment on Re^2: Streaming data through web server to browser with CGI

Replies are listed 'Best First'.
Re^3: Streaming data through web server to browser with CGI
by rashley (Scribe) on Aug 16, 2007 at 15:40 UTC
    "Premature end of script headers"
      Did you print out a content-type header before your program prints anything else (including warnings)?
        Aha! Looks like I fogot that. Works now, thanks a million!