Hi,


Matt Sergeant wrote:
> 
> >   $r->header_out('Content-Length', length($$textref));
> >   $r->header_out('Connection', 'close');
> >   $r->send_http_header;
> >
> >   $r->print($$textref) unless $r->header_only;
> 
> FWIW, you can pass in just $textref and print does the wrong thing. Err, I
> mean right thing... well that's another debate :-)

uups -- I had in mind, that this doesn't work -- but perhaps this was an
older version ;)

 
> >   $r->rflush();
> 
> Why do you feel the need to flush?

There is some more stuff like logging in my module, so with this all
buffers should be sent before finishing Logging, sending mails (in
future versions) or whatelse.


Ciao
  Alvar


-- 
Alvar C.H. Freude  |  [EMAIL PROTECTED]

    Demo: http://www.online-demonstration.org/  |  Mach mit!
Blast-DE: http://www.assoziations-blaster.de/   |  Blast-Dich-Fit
Blast-EN: http://www.a-blast.org/               |  Blast/english

Reply via email to