Hi,

> Looks like you have an Embperl 1.3 beta version. In some of them was a bug
> in calculating the content_length, so the browser waits until a time out
> before he displays your text. Upgrade to 1.3.0 should solve this problem

no, that has nothing to do with embperl, it's the same with plain
mod_perl, so I guess it's a mod_perl problem:


Plain mod_perl:

        $r->header_out('Content-Length', length($$textref));
        $r->header_out('Connection', 'close');  
        $r->send_http_header;
        
        $r->print($$textref) unless $r->header_only;
        $r->rflush();



hmmm!

Ciao
  Alvar

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to