.------[ Jim Serio wrote (2000/06/16 at 10:35:53) ]------
 | 
 |  Since mod_perl and CGI scripts are dynamic, it seems that
 |  Content-length has to be handled by the script. I'm curious
 |  how some of you are handling this. It would seem to me that
 |  you need to know all of your output before printing the first
 |  line.
 |  
 `-------------------------------------------------

    The server handles this for you after the content is generated, by
    prepending that header to the output before sending it to the client
    broswer.  I might be wrong, but I am pretty sure that is how it
    works. 

 -------------------------------
  Frank Wiles <[EMAIL PROTECTED]>
  http://frank.wiles.org
 -------------------------------

Reply via email to